]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix a typo in contribute.html
authorAndrey Bokhanko <andreybokhanko@gmail.com>
Mon, 21 Dec 2020 16:33:55 +0000 (16:33 +0000)
committerIan Lance Taylor <iant@golang.org>
Wed, 23 Dec 2020 17:01:35 +0000 (17:01 +0000)
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>

doc/contribute.html

index f297477fe0357c4b4a568a626f796bcdbf07b2c9..0113a1be5d09cae45e965c1a2b70b9102b65262d 100644 (file)
@@ -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>