Commit 3230fd14 authored by Evan Shaw's avatar Evan Shaw Committed by Rob Pike

fmt: scanning doc fix

R=r
CC=golang-dev
https://golang.org/cl/4539073
parent bf73ca88
...@@ -134,10 +134,10 @@ ...@@ -134,10 +134,10 @@
The formats behave analogously to those of Printf with the The formats behave analogously to those of Printf with the
following exceptions: following exceptions:
%p is not implemented %p is not implemented
%T is not implemented %T is not implemented
%e %E %f %F %g %g are all equivalent and scan any floating point or complex value %e %E %f %F %g %G are all equivalent and scan any floating point or complex value
%s and %v on strings scan a space-delimited token %s and %v on strings scan a space-delimited token
The familiar base-setting prefixes 0 (octal) and 0x The familiar base-setting prefixes 0 (octal) and 0x
(hexadecimal) are accepted when scanning integers without a (hexadecimal) are accepted when scanning integers without a
......
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