From: Robert Griesemer Date: Tue, 9 Jan 2018 20:42:28 +0000 (-0800) Subject: spec: use consistent quoting style in prose X-Git-Tag: go1.10beta2~22 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8c916a2f6d8b26f878d80108aaab2b22007f46bb;p=gostls13.git spec: use consistent quoting style in prose Fixes #23389. Change-Id: Id6e86eebe44809db12a0e14014c474bf4fbf5108 Reviewed-on: https://go-review.googlesource.com/87035 Reviewed-by: Brad Fitzpatrick --- 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 @@ @@ -3619,7 +3619,7 @@ For unsigned integer values, the operations +, computed modulo 2n, where n is the bit width of the unsigned integer'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".

For signed integers, the operations +,