go/src/fmt
Rob Pike e5b7335705 fmt: clarify wording of * flag
The complainant is confused by the ambiguity of 'next' in the
phrase 'next operand'. It seems clear enough to me that things
are always read left to right when formatting, but to calm the
waters we add a clarifying parenthetical.

Fixes #22275

Change-Id: I82418c1e987db736f4bee0faa53fe715c9cde8f5
Reviewed-on: https://go-review.googlesource.com/71010
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2017-10-15 06:03:34 +00:00
..
doc.go fmt: clarify wording of * flag 2017-10-15 06:03:34 +00:00
example_test.go fmt: add Stringer example 2017-08-16 18:02:42 +00:00
export_test.go
fmt_test.go fmt: Implement pp.WriteString method 2017-09-20 06:48:34 +00:00
format.go
print.go fmt: Implement pp.WriteString method 2017-09-20 06:48:34 +00:00
scan.go fmt: remove stopAtNewline unused parameter 2017-08-11 04:56:58 +00:00
scan_test.go
stringer_test.go