aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-01-13 13:38:36 -0800
committerRob Pike <r@golang.org>2012-01-13 13:38:36 -0800
commit5f7337769c4a09c34d32ca29ffdeb5c5c19aca41 (patch)
tree205f438a2e96647a8ed63fb86490c75f60fdaedc
parent87ceb0cec73b93064be4b65da6bee265addc2027 (diff)
downloadgo-5f7337769c4a09c34d32ca29ffdeb5c5c19aca41.tar.gz
go-5f7337769c4a09c34d32ca29ffdeb5c5c19aca41.zip
spec: change the wording regarding select statement choice
s/pseudo-random fair/uniform pseudo-random/ This careful word choice soothes the theoretically inclined. R=golang-dev, rsc, gri CC=golang-dev https://golang.org/cl/5528098
-rw-r--r--doc/go_spec.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html
index 0f095da814..90be6d587b 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,5 +1,5 @@
<!-- title The Go Programming Language Specification -->
-<!-- subtitle Version of January 9, 2012 -->
+<!-- subtitle Version of January 13, 2012 -->
<!--
TODO
@@ -4240,7 +4240,7 @@ effects in that evaluation will occur for all the communications
in the "select" statement.
</p>
<p>
-If multiple cases can proceed, a pseudo-random fair choice is made to decide
+If multiple cases can proceed, a uniform pseudo-random choice is made to decide
which single communication will execute.
<p>
The receive case may declare one or two new variables using a