aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/workspaces.md
diff options
context:
space:
mode:
Diffstat (limited to '_content/doc/tutorial/workspaces.md')
-rw-r--r--_content/doc/tutorial/workspaces.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/workspaces.md b/_content/doc/tutorial/workspaces.md
index 5cd5cdfb..576066f2 100644
--- a/_content/doc/tutorial/workspaces.md
+++ b/_content/doc/tutorial/workspaces.md
@@ -181,7 +181,7 @@ add a new function to the `stringutil` package that we can use instead of `Rever
)
```
- The module now includes both the `example.com/hello` module and the `golang.org/x/example module.
+ The module now includes both the `example.com/hello` module and the `golang.org/x/example` module.
This will allow us to use the new code we will write in our copy of the `stringutil` module
instead of the version of the module in the module cache that we downloaded with the `go get` command.