Commit d8714ca4 authored by Oling Cat's avatar Oling Cat Committed by Russ Cox

unicode: modify a comment to the convention format.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/7869043
parent 5268119f
......@@ -151,7 +151,7 @@ func is32(ranges []Range32, r uint32) bool {
return false
}
// Is tests whether rune is in the specified table of ranges.
// Is reports whether the rune is in the specified table of ranges.
func Is(rangeTab *RangeTable, r rune) bool {
r16 := rangeTab.R16
if len(r16) > 0 && r <= rune(r16[len(r16)-1].Hi) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment