• Rob Pike's avatar
    all: be more idiomatic when documenting boolean return values. · abe384f6
    Rob Pike authored
    Phrases like "returns whether or not the image is opaque" could be
    describing what the function does (it always returns, regardless of
    the opacity) or what it returns (a boolean indicating the opacity).
    Even when the "or not" is missing, the phrasing is bizarre.
    
    Go with "reports whether", which is still clunky but at least makes
    it clear we're talking about the return value.
    
    These were edited by hand. A few were cleaned up in other ways.
    
    R=golang-dev, dsymonds
    CC=golang-dev
    https://golang.org/cl/11699043
    abe384f6
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.dist Loading commit data...
all.bash Loading commit data...
all.bat Loading commit data...
all.rc Loading commit data...
clean.bash Loading commit data...
clean.bat Loading commit data...
clean.rc Loading commit data...
make.bash Loading commit data...
make.bat Loading commit data...
make.rc Loading commit data...
race.bash Loading commit data...
race.bat Loading commit data...
run.bash Loading commit data...
run.bat Loading commit data...
run.rc Loading commit data...
sudo.bash Loading commit data...