]> Cypherpunks repositories - gostls13.git/commitdiff
spec: Fix a code tag
authorEvan Shaw <chickencha@gmail.com>
Sun, 23 May 2010 18:21:47 +0000 (11:21 -0700)
committerRobert Griesemer <gri@golang.org>
Sun, 23 May 2010 18:21:47 +0000 (11:21 -0700)
R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/1266042

doc/go_spec.html

index 3f3dea3a4245577aebbfd7b8cdf3d50d4b87e03c..39067fab8a1d4e9ff57b527d1d4493a5cbe3983e 100644 (file)
@@ -3297,7 +3297,7 @@ For instance, the value of a variable <code>x</code> of type <code>float32</code
 may be stored using additional precision beyond that of an IEEE-754 32-bit number,
 but float32(x) represents the result of rounding <code>x</code>'s value to
 32-bit precision. Similarly, <code>x + 0.1</code> may use more than 32 bits
-of precision, <code>but float32(x + 0.1)</code> does not.
+of precision, but <code>float32(x + 0.1)</code> does not.
 </li>
 </ol>