Skip to content

Commit 323924e

Browse files
WootchWootch
authored andcommitted
fixed typo see: typo on go.mod file reference page #45204
1 parent 515f785 commit 323924e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_content/doc/modules/gomod-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ properties, including its dependencies on other modules and on versions of Go.
88
These properties include:
99

1010
* The current module's **module path**. This should be a location from which
11-
the module can be down loaded by Go tools, such as the module code's
11+
the module can be downloaded by Go tools, such as the module code's
1212
repository location. This serves as a unique identifier, when combined
1313
with the module's version number. It is also the prefix of the package path for
1414
all packages in the module. For more about how Go locates the module, see the

0 commit comments

Comments
 (0)