Skip to content

Commit

Permalink
doc: fix typo in race_detector.html
Browse files Browse the repository at this point in the history
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8625044
  • Loading branch information
jnjackins authored and bradfitz committed Apr 23, 2013
1 parent ed19ab4 commit 2dd0c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/race_detector.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 id="Introduction">Introduction</h2>
<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>

Expand Down

0 comments on commit 2dd0c03

Please sign in to comment.