diff options
| author | Michael Matloob <matloob@golang.org> | 2024-06-03 15:58:06 -0400 |
|---|---|---|
| committer | Michael Matloob <matloob@golang.org> | 2024-06-04 15:27:29 +0000 |
| commit | dc220e6481c64de464d9567a2163a59cf444931b (patch) | |
| tree | 810c973f356cc2d01699f3bf9e79686e8df6b9d7 /_content/doc/tutorial/workspaces.md | |
| parent | bc501ffff774407d086ca672d2b03a44ca3f310c (diff) | |
| download | go-x-website-dc220e6481c64de464d9567a2163a59cf444931b.tar.xz | |
_content/doc/tutorial: fix mixup between "module" and "workspace"
The word "workspace" was intended to be used.
Fixes golang/go#67740
Change-Id: I942f3301eaaf8f3fc6eb8964d3ebe90503bdbc60
Reviewed-on: https://go-review.googlesource.com/c/website/+/590043
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Sam Thanawalla <samthanawalla@google.com>
Diffstat (limited to '_content/doc/tutorial/workspaces.md')
| -rw-r--r-- | _content/doc/tutorial/workspaces.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/workspaces.md b/_content/doc/tutorial/workspaces.md index 91668ef3..14448ad4 100644 --- a/_content/doc/tutorial/workspaces.md +++ b/_content/doc/tutorial/workspaces.md @@ -187,7 +187,7 @@ We'll then add a new function to the `reverse` package that we can use instead o ) ``` - The module now includes both the `example.com/hello` module and the `golang.org/x/example/hello` module, + The workspace now includes both the `example.com/hello` module and the `golang.org/x/example/hello` module, which provides the `golang.org/x/example/hello/reverse` package. This will allow us to use the new code we will write in our copy of the `reverse` package |
