mirror of
https://github.com/golang/go
synced 2024-11-15 11:10:22 -07:00
[release-branch.go1] fmt: fix doc typo
««« backport 76f136192aac fmt: fix doc typo R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6308046 »»»
This commit is contained in:
parent
0db7bc2ed8
commit
24ee3e4eef
@ -136,7 +136,7 @@
|
|||||||
Fscanf and Fscanln read from a specified io.Reader; Sscan,
|
Fscanf and Fscanln read from a specified io.Reader; Sscan,
|
||||||
Sscanf and Sscanln read from an argument string. Scanln,
|
Sscanf and Sscanln read from an argument string. Scanln,
|
||||||
Fscanln and Sscanln stop scanning at a newline and require that
|
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
|
newlines in the input to match newlines in the format; the other
|
||||||
routines treat newlines as spaces.
|
routines treat newlines as spaces.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user