aboutsummaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/call-module-code.html
diff options
context:
space:
mode:
Diffstat (limited to '_content/doc/tutorial/call-module-code.html')
-rw-r--r--_content/doc/tutorial/call-module-code.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/tutorial/call-module-code.html b/_content/doc/tutorial/call-module-code.html
index 1a63d8ce..fa4628ad 100644
--- a/_content/doc/tutorial/call-module-code.html
+++ b/_content/doc/tutorial/call-module-code.html
@@ -143,7 +143,7 @@ func main() {
command:
<pre>
-$ go mod edit -replace=example.com/greetings=../greetings
+$ go mod edit -replace example.com/greetings=../greetings
</pre>
<p>