From: Rob Pike Date: Mon, 29 Jun 2015 05:43:42 +0000 (+1000) Subject: doc: fix typo in faq X-Git-Tag: go1.5beta1~67 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c97e73d8497f61b61299e5d2d371ef672d0c596d;p=gostls13.git doc: fix typo in faq Change-Id: Id2cfa63d4c749503f729097654d7cbd2b252f192 Reviewed-on: https://go-review.googlesource.com/11660 Reviewed-by: Andrew Gerrand --- diff --git a/doc/go_faq.html b/doc/go_faq.html index c3824e6937..d5ee805703 100644 --- a/doc/go_faq.html +++ b/doc/go_faq.html @@ -1321,7 +1321,7 @@ The number of CPUs available simultaneously to executing goroutines is controlled by the GOMAXPROCS shell environment variable. In earlier releases of Go, the default value was 1, but as of Go 1.5 the default value is the number of cores available. -Therefore programs compiled afer 1.5 should demonstrate parallel execution +Therefore programs compiled after 1.5 should demonstrate parallel execution of multiple goroutines. To change the behavior, set the environment variable or use the similarly-named function