Skip to content

Commit

Permalink
content/static/doc: fix typo in 'go mod why' reference
Browse files Browse the repository at this point in the history
For golang/go#33637

Change-Id: Iba37b9ea0024e5c07d14d57861b4705d29f59e44
Reviewed-on: https://go-review.googlesource.com/c/website/+/285432
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
  • Loading branch information
passionSeven committed Jan 21, 2021
1 parent 0a4cf8e commit bf5e17a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/static/doc/mod.md
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ command line, separated by blank lines. Each stanza begins with a comment line
starting with `#` giving the target package or module. Subsequent lines give a
path through the import graph, one package per line. If the package or module
is not referenced from the main module, the stanza will display a single
parenthesized not indicating that fact.
parenthesized note indicating that fact.

For example:

Expand Down
Loading

0 comments on commit bf5e17a

Please sign in to comment.