doc: fix typo in race_detector.html

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8625044
This commit is contained in:
Jeremy Jackins 2013-04-23 13:11:58 -07:00 committed by Brad Fitzpatrick
parent ed19ab47c3
commit 2dd0c03427
1 changed files with 1 additions and 1 deletions

View 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>