Skip to content

Commit

Permalink
_content/doc: remove duplicated "does not"
Browse files Browse the repository at this point in the history
Change-Id: I8930b2e394c30334b99bb3e169e805f2025ec7d9
Reviewed-on: https://go-review.googlesource.com/c/website/+/324709
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Ian Lance Taylor <iant@golang.org>
  • Loading branch information
fzipp authored and dmitshur committed Jul 15, 2021
1 parent 3cb8010 commit 11adafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _content/doc/modules/gomod-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ The `replace` directive can be useful in situations such as the following:
* You've identified an issue with a dependency, have cloned the dependency's
repository, and you're testing a fix with the local repository.

Note that a `replace` directive alone does not does not add a module to the
Note that a `replace` directive alone does not add a module to the
[module graph](/ref/mod#glos-module-graph). A [`require` directive](#require)
that refers to a replaced module version is also needed, either in the main
module's `go.mod` file or a dependency's `go.mod` file. If you don't have a
Expand Down

0 comments on commit 11adafe

Please sign in to comment.