Skip to content

Commit

Permalink
revert no need doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
alingse committed Apr 21, 2023
1 parent 10c49cc commit 1972968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type formatter struct {
// breaks and tabs. Object f responds to the "%v" formatting verb when both the
// "#" and " " (space) flags are set, for example:
//
// fmt.Sprintf("%# v", Formatter(x))
// fmt.Sprintf("%# v", Formatter(x))
//
// If one of these two flags is not set, or any other verb is used, f will
// format x according to the usual rules of package fmt.
Expand Down

0 comments on commit 1972968

Please sign in to comment.