]> Cypherpunks.ru repositories - gostls13.git/commit
all: remove some manual hyphenation
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 6 Aug 2017 13:17:42 +0000 (06:17 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 6 Aug 2017 16:14:46 +0000 (16:14 +0000)
commit380525598ca917fe3226842f91695f4851b34e89
treeb7dd52260a997ede8b20232ec1573de03813aca6
parentf096b5b340f6e831cf80cd39cbf88d4656d232fa
all: remove some manual hyphenation

Manual hyphenation doesn't work well when text gets reflown,
for example by godoc.

There are a few other manual hyphenations in the tree,
but they are in local comments or comments for unexported functions.

Change-Id: I17c9b1fee1def650da48903b3aae2fa1e1119a65
Reviewed-on: https://go-review.googlesource.com/53510
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/go/ast/ast.go
src/go/parser/parser.go
src/math/big/ratconv.go