Skip to content

Commit

Permalink
annotation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRoom authored Oct 28, 2021
1 parent ebb4b9e commit 4b4d021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func NewIter(ipStr string) (it *Iter, err error) {
}
// 2001::1112-3334
// to ipClasses
// 20,01,...,11-33,12,34 (16个)
// 20,01,...,11-33,12-34 (16个)
for _, v := range ipClassesV6 {
if len(v) == 4 {
ipClasses = append(ipClasses, v[:2])
Expand Down

0 comments on commit 4b4d021

Please sign in to comment.