From dc220e6481c64de464d9567a2163a59cf444931b Mon Sep 17 00:00:00 2001 From: Michael Matloob Date: Mon, 3 Jun 2024 15:58:06 -0400 Subject: [PATCH] _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 Reviewed-by: Sam Thanawalla --- _content/doc/tutorial/workspaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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