Commit 1444a080 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

fmt: fix doc typo

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5252050
parent 8440fdd9
......@@ -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
......
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