Commit 2dd0c034 authored by Jeremy Jackins's avatar Jeremy Jackins Committed by Brad Fitzpatrick

doc: fix typo in race_detector.html

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/8625044
parent ed19ab47
...@@ -34,7 +34,7 @@ func main() { ...@@ -34,7 +34,7 @@ func main() {
<h2 id="Usage">Usage</h2> <h2 id="Usage">Usage</h2>
<p> <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: To use it, add the <code>-race</code> flag to the go command:
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment