]> Cypherpunks repositories - gostls13.git/commitdiff
spec: typographical adjustment for ellipsis
authorRob Pike <r@golang.org>
Mon, 13 Feb 2012 03:38:31 +0000 (14:38 +1100)
committerRob Pike <r@golang.org>
Mon, 13 Feb 2012 03:38:31 +0000 (14:38 +1100)
The paragraph describing the ellipses presents the horizontal ellipsis
in two different fonts and at least on my screen they look too different.
Switch to a consistent rendering.

Of small steps are great journeys undertaken.

R=golang-dev, rsc, dsymonds, gri
CC=golang-dev
https://golang.org/cl/5650055

doc/go_spec.html

index 2075880e69a12379b1a48a5ec3b6c2e5a1a59359..5aa14fc9551e1950461409154623f762c66f6762 100644 (file)
@@ -1,6 +1,6 @@
 <!--{
        "Title": "The Go Programming Language Specification",
-       "Subtitle": "Version of February 8, 2012"
+       "Subtitle": "Version of February 13, 2012"
 }-->
 
 <!--
@@ -74,8 +74,8 @@ double quotes <code>""</code> or back quotes <code>``</code>.
 <p>
 The form <code>a … b</code> represents the set of characters from
 <code>a</code> through <code>b</code> as alternatives. The horizontal
-ellipis  is also used elsewhere in the spec to informally denote various
-enumerations or code snippets that are not further specified. The character 
+ellipis <code>…</code> is also used elsewhere in the spec to informally denote various
+enumerations or code snippets that are not further specified. The character <code>…</code>
 (as opposed to the three characters <code>...</code>) is not a token of the Go
 language.
 </p>