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

fmt: fix doc typo

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5252050
This commit is contained in:
Brad Fitzpatrick 2011-10-11 08:49:09 -07:00
parent 8440fdd904
commit 1444a08098

View File

@ -122,7 +122,7 @@
An analogous set of functions scans formatted text to yield
values. Scan, Scanf and Scanln read from os.Stdin; Fscan,
Fscanf and Fscanln read from a specified os.Reader; Sscan,
Fscanf and Fscanln read from a specified io.Reader; Sscan,
Sscanf and Sscanln read from an argument string. Scanln,
Fscanln and Sscanln stop scanning at a newline and require that
the items be followed by one; Sscanf, Fscanf and Sscanf require