There was an error while loading. Please reload this page.
1 parent 515f785 commit 323924eCopy full SHA for 323924e
_content/doc/modules/gomod-ref.md
@@ -8,7 +8,7 @@ properties, including its dependencies on other modules and on versions of Go.
8
These properties include:
9
10
* 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
+the module can be downloaded by Go tools, such as the module code's
12
repository location. This serves as a unique identifier, when combined
13
with the module's version number. It is also the prefix of the package path for
14
all packages in the module. For more about how Go locates the module, see the
0 commit comments