]> Cypherpunks repositories - gostls13.git/commit
fmt: clarify wording of * flag
authorRob Pike <r@golang.org>
Sun, 15 Oct 2017 02:47:47 +0000 (13:47 +1100)
committerRob Pike <r@golang.org>
Sun, 15 Oct 2017 06:03:34 +0000 (06:03 +0000)
commite5b733570598646e9726d053db5a30114165f9d6
treed35301c5b0e6106326a817fce80ae5b47affcc76
parentfb46b9ea20cfe7677a495d1a6cd9f244ddf1c0eb
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>
src/fmt/doc.go