1
0
mirror of https://github.com/golang/go synced 2024-11-12 04:30:22 -07:00

fmt: fix one-letter typo in doc.go

Stupid mistake in previous CL.

TBR=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/166880043
This commit is contained in:
Rob Pike 2014-10-29 06:53:05 -07:00
parent 08b7805e45
commit 3bbc8638d5

View File

@ -39,7 +39,7 @@
%f decimal point but no exponent, e.g. 123.456
%F synonym for %f
%g %e for large exponents, %f otherwise
%G %E for large exponents, %G otherwise
%G %E for large exponents, %F otherwise
String and slice of bytes:
%s the uninterpreted bytes of the string or slice
%q a double-quoted string safely escaped with Go syntax