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() {

Usage

-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 -race flag to the go command: