]> Cypherpunks repositories - gostls13.git/commitdiff
doc: fix typo in race_detector.html
authorJeremy Jackins <jeremyjackins@gmail.com>
Tue, 23 Apr 2013 20:11:58 +0000 (13:11 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 23 Apr 2013 20:11:58 +0000 (13:11 -0700)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8625044

doc/articles/race_detector.html

index 5c649f669147471ebe9682174104431b32fadf85..2d36f616e1a16bc6c3d6b016effb1552bb291eaa 100644 (file)
@@ -34,7 +34,7 @@ func main() {
 <h2 id="Usage">Usage</h2>
 
 <p>
-To help diangose such bugs, Go includes a built-in data race detector.
+To help diagnose such bugs, Go includes a built-in data race detector.
 To use it, add the <code>-race</code> flag to the go command:
 </p>