From 4f164aef1ceda83706ee104da75e11a2b0e81c4a Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Sat, 4 Jan 2014 10:52:59 -0800 Subject: spec: s/and/or/ for correctness and parallelism No change to the meaning, just bad writing found by Doug McIlroy. Let's start the new year off with a bang. R=golang-codereviews, bradfitz, dave CC=golang-codereviews https://codereview.appspot.com/47110044 --- doc/go_spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/go_spec.html b/doc/go_spec.html index 3d3eaa4cf..06f0fec83 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -5263,7 +5263,7 @@ At any time the following relationship holds:

The length of a nil slice, map or channel is 0. -The capacity of a nil slice and channel is 0. +The capacity of a nil slice or channel is 0.

-- cgit v1.2.1