Commit ef77c226 authored by Robert Griesemer's avatar Robert Griesemer

- fixed minor bug in example (found by ken)

R=r
OCL=21272
CL=21272
parent 0816debd
...@@ -4,7 +4,7 @@ The Go Programming Language Specification (DRAFT) ...@@ -4,7 +4,7 @@ The Go Programming Language Specification (DRAFT)
Robert Griesemer, Rob Pike, Ken Thompson Robert Griesemer, Rob Pike, Ken Thompson
---- ----
(December 12, 2008) (December 16, 2008)
This document is a semi-formal specification of the Go systems This document is a semi-formal specification of the Go systems
...@@ -503,7 +503,7 @@ are concatenated into a single string. The following two lines ...@@ -503,7 +503,7 @@ are concatenated into a single string. The following two lines
represent the same string: represent the same string:
"Alea iacta est." "Alea iacta est."
"Alea" /* The die */ `iacta est` /* is cast */ "." "Alea " /* The die */ `iacta est` /* is cast */ "."
The language does not canonicalize Unicode text or evaluate combining The language does not canonicalize Unicode text or evaluate combining
forms. The text of source code is passed uninterpreted. forms. The text of source code is passed uninterpreted.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment