aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony HAMON <antham@users.noreply.github.com>2022-03-19 06:21:16 +0000
committerIan Lance Taylor <iant@golang.org>2022-03-19 13:34:36 +0000
commit79008669210004707072910576b33b23a01595e0 (patch)
tree8409e101f0e9e731af1fc5dea3eb4f20dcbf5fd3
parent88faf0a677867d376111a2ad1aa618a230acbfc8 (diff)
downloadgo-x-proposal-79008669210004707072910576b33b23a01595e0.tar.xz
design/45713-workspace: fix typo
Change-Id: I55decc8d53df8ebc5e3b9873dde4d2797191965f GitHub-Last-Rev: b3974d062ed2195b985d1b551466dfe4a5837ae4 GitHub-Pull-Request: golang/proposal#44 Reviewed-on: https://go-review.googlesource.com/c/proposal/+/393975 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--design/45713-workspace.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/45713-workspace.md b/design/45713-workspace.md
index ca2124a..3bc8729 100644
--- a/design/45713-workspace.md
+++ b/design/45713-workspace.md
@@ -375,7 +375,7 @@ usage in `golang.org/x/tools/internal/lsp` and when run from any directory in
the workspace the `go` command would present a consistent build list. When they
were satisfied with their change, they could release a new version of
`golang.org/x/mod`, update `golang.org/x/tools`'s `go.mod` to require the new
-vesion of `golang.org/x/mod`, and then turn off workspace mode with
+version of `golang.org/x/mod`, and then turn off workspace mode with
`-workfile=off` to make sure the change behaves as expected.
#### Multiple modules in the same repository that depend on each other