]> Cypherpunks repositories - gostls13.git/commitdiff
fmt: fix doc typo
authorDaniel Morsing <daniel.morsing@gmail.com>
Wed, 6 Jun 2012 20:54:02 +0000 (16:54 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 6 Jun 2012 20:54:02 +0000 (16:54 -0400)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6308046

src/pkg/fmt/doc.go

index 9660370c2928665a3e6ca7f8302843dbf24312e9..a9b9c9d0c27ac2128bafedba1fb64f54a5f4d1ee 100644 (file)
        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
+       the items be followed by one; Scanf, Fscanf and Sscanf require
        newlines in the input to match newlines in the format; the other
        routines treat newlines as spaces.