aboutsummaryrefslogtreecommitdiff
path: root/src/unicode
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-06-09 20:17:51 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-06-09 20:29:09 +0000
commitaf2ac479fc9e4833357a3281a67cd517d2da07ad (patch)
tree4c44121377d0698d60292ada5950b23ee46260d0 /src/unicode
parent467f87ce60028d87f1b552c30138ccba6412333a (diff)
downloadgo-af2ac479fc9e4833357a3281a67cd517d2da07ad.tar.gz
go-af2ac479fc9e4833357a3281a67cd517d2da07ad.zip
all: single space after period
Done with grep & interactive search & replace, to double-check replacements. Not many remained after CL 20022. Fixes #18572 Change-Id: Idbe90ba3b584f9b9661d2bbd141607daaadfa41a Reviewed-on: https://go-review.googlesource.com/45270 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
Diffstat (limited to 'src/unicode')
-rw-r--r--src/unicode/letter.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unicode/letter.go b/src/unicode/letter.go
index b43cc66e7d..90b0b414da 100644
--- a/src/unicode/letter.go
+++ b/src/unicode/letter.go
@@ -46,7 +46,7 @@ type Range32 struct {
// CaseRange represents a range of Unicode code points for simple (one
// code point to one code point) case conversion.
-// The range runs from Lo to Hi inclusive, with a fixed stride of 1. Deltas
+// The range runs from Lo to Hi inclusive, with a fixed stride of 1. Deltas
// are the number to add to the code point to reach the code point for a
// different case for that character. They may be negative. If zero, it
// means the character is in the corresponding case. There is a special
@@ -308,7 +308,7 @@ func (special SpecialCase) ToLower(r rune) rune {
}
// caseOrbit is defined in tables.go as []foldPair. Right now all the
-// entries fit in uint16, so use uint16. If that changes, compilation
+// entries fit in uint16, so use uint16. If that changes, compilation
// will fail (the constants in the composite literal will not fit in uint16)
// and the types here can change to uint32.
type foldPair struct {