Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
49b19e1b
Commit
49b19e1b
authored
Sep 01, 2010
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fmt: fix typo in package comment.
No semantic change. R=rsc CC=golang-dev
https://golang.org/cl/2121041
parent
825e0dee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
doc.go
src/pkg/fmt/doc.go
+6
-1
No files found.
src/pkg/fmt/doc.go
View file @
49b19e1b
...
...
@@ -75,7 +75,7 @@
can be used for fine control of formatting.
If an operand implements method String() string that method
will be used to conver the object to a string, which will then
will be used to conver
t
the object to a string, which will then
be formatted as required by the verb (if any). To avoid
recursion in cases such as
type X int
...
...
@@ -128,5 +128,10 @@
All arguments to be scanned must be either pointers to basic
types or implementations of the Scanner interface.
Note: Fscan etc. can read one character past the input
they return, which means that a loop calling a scan routine
may skip some of the input. This is usually a problem only
when there is no space between input values.
*/
package
fmt
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment