mirror of https://github.com/golang/go.git
doc: fix typo in race_detector.html
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8625044
This commit is contained in:
parent
ed19ab47c3
commit
2dd0c03427
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue