diff options
Diffstat (limited to 'src/unicode')
| -rw-r--r-- | src/unicode/letter.go | 4 |
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 { |
