aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrey Bokhanko <andreybokhanko@gmail.com>2020-12-21 16:33:55 +0000
committerIan Lance Taylor <iant@golang.org>2020-12-23 17:01:35 +0000
commit49d0b239cb83e62c7b67e68ef9440ddc055a9c53 (patch)
tree44bbc18f08311ac86110c795f9a688f6a518b986 /doc
parent98a73030b01cc23a292934d09f137a2befa439bf (diff)
downloadgo-49d0b239cb83e62c7b67e68ef9440ddc055a9c53.tar.gz
go-49d0b239cb83e62c7b67e68ef9440ddc055a9c53.zip
doc: fix a typo in contribute.html
A fix for a trivial (yet still confusing for neophytes like me!) typo in contribute.html. Change-Id: Ic68673fb2a3855c2b9e8042047087450e8793e6b Reviewed-on: https://go-review.googlesource.com/c/go/+/279452 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/contribute.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contribute.html b/doc/contribute.html
index f297477fe0..0113a1be5d 100644
--- a/doc/contribute.html
+++ b/doc/contribute.html
@@ -1129,7 +1129,7 @@ sometimes required because the standard library code you're modifying
might require a newer version than the stable one you have installed).
<pre>
-$ cd $GODIR/src/hash/sha1
+$ cd $GODIR/src/crypto/sha1
$ [make changes...]
$ $GODIR/bin/go test .
</pre>