From: Jeremy Jackins Date: Tue, 23 Apr 2013 20:11:58 +0000 (-0700) Subject: doc: fix typo in race_detector.html X-Git-Tag: go1.1rc2~57 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2dd0c03427afc3a6142405085e50ffe5545cb2fd;p=gostls13.git doc: fix typo in race_detector.html R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8625044 --- 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: