1
0
mirror of https://github.com/golang/go synced 2024-11-21 15:54:43 -07:00

spec: typographical adjustment for ellipsis

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
This commit is contained in:
Rob Pike 2012-02-13 14:38:31 +11:00
parent 80e2472f87
commit 8040f9bb86

View 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>