From: Brad Fitzpatrick Date: Tue, 11 Oct 2011 15:49:09 +0000 (-0700) Subject: fmt: fix doc typo X-Git-Tag: weekly.2011-10-18~131 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1444a08098c4ae3001d0aa017f505a97bc006806;p=gostls13.git fmt: fix doc typo R=golang-dev, r CC=golang-dev https://golang.org/cl/5252050 --- diff --git a/src/pkg/fmt/doc.go b/src/pkg/fmt/doc.go index 35a11e19fa..c993e57a40 100644 --- a/src/pkg/fmt/doc.go +++ b/src/pkg/fmt/doc.go @@ -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