diff options
| author | Jeremy Jackins <jeremyjackins@gmail.com> | 2013-04-23 13:11:58 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2013-04-23 13:11:58 -0700 |
| commit | 2dd0c03427afc3a6142405085e50ffe5545cb2fd (patch) | |
| tree | ccd841ea803f8aad41290896884e5e41e543754a /doc/articles | |
| parent | ed19ab47c358c53d62bf108dfa0955367d40535c (diff) | |
| download | go-2dd0c03427afc3a6142405085e50ffe5545cb2fd.tar.xz | |
doc: fix typo in race_detector.html
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8625044
Diffstat (limited to 'doc/articles')
| -rw-r--r-- | doc/articles/race_detector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/race_detector.html b/doc/articles/race_detector.html index 5c649f6691..2d36f616e1 100644 --- a/doc/articles/race_detector.html +++ b/doc/articles/race_detector.html @@ -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> |
