aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2018-01-09 12:42:28 -0800
committerRobert Griesemer <gri@golang.org>2018-01-09 23:31:06 +0000
commit8c916a2f6d8b26f878d80108aaab2b22007f46bb (patch)
tree4cf219c535e901a6f9d4ca05b67f04aa29f930ef
parent585717b90e0bbff2b1f6020459eb4acfab8a1c9d (diff)
downloadgo-8c916a2f6d8b26f878d80108aaab2b22007f46bb.tar.gz
go-8c916a2f6d8b26f878d80108aaab2b22007f46bb.zip
spec: use consistent quoting style in prose
Fixes #23389. Change-Id: Id6e86eebe44809db12a0e14014c474bf4fbf5108 Reviewed-on: https://go-review.googlesource.com/87035 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-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 bb76134248..0f55b075a6 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -1,6 +1,6 @@
<!--{
"Title": "The Go Programming Language Specification",
- "Subtitle": "Version of January 3, 2018",
+ "Subtitle": "Version of January 9, 2018",
"Path": "/ref/spec"
}-->
@@ -3619,7 +3619,7 @@ For unsigned integer values, the operations <code>+</code>,
computed modulo 2<sup><i>n</i></sup>, where <i>n</i> is the bit width of
the <a href="#Numeric_types">unsigned integer</a>'s type.
Loosely speaking, these unsigned integer operations
-discard high bits upon overflow, and programs may rely on ``wrap around''.
+discard high bits upon overflow, and programs may rely on "wrap around".
</p>
<p>
For signed integers, the operations <code>+</code>,