aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2022-09-13 23:31:14 +0700
committerShulhan <m.shulhan@gmail.com>2026-04-15 01:18:20 +0700
commitd5b97942f197e6fdae31ecbe1f187a02f92a1ce7 (patch)
tree369dae6e041cae3b26e84352ae558c8f43fd74e7
parentd56ea12a521d71d8e50fcf2a56d6f9d7d606cabe (diff)
downloadgo-x-website-d5b97942f197e6fdae31ecbe1f187a02f92a1ce7.tar.xz
doc/tutorial: fix some words in workspaces.md for Readability
Change-Id: I063ed9fc642bd40951874de7a52a8e5487df109c
-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 14448ad4..57cf6c59 100644
--- a/_content/doc/tutorial/workspaces.md
+++ b/_content/doc/tutorial/workspaces.md
@@ -272,7 +272,7 @@ We'll then add a new function to the `reverse` package that we can use instead o
we saw earlier in the tutorial:
- `go work use [-r] [dir]` adds a `use` directive to the `go.work` file for `dir`,
- if it exists, and removes the `use` directory if the argument directory doesn't exist. The `-r`
+ if it exists, or removes the `use` directive if the argument directory doesn't exist. The `-r`
flag examines subdirectories of `dir` recursively.
- `go work edit` edits the `go.work` file similarly to `go mod edit`
- `go work sync` syncs dependencies from the workspace's build list into each of the workspace modules.