s/CodePoint/CodePt/g

This commit is contained in:
Richard Feldman 2021-08-07 15:18:51 -04:00
parent 69b1497907
commit 267836226c
25 changed files with 69 additions and 69 deletions

View file

@ -7,7 +7,7 @@ pub enum LowLevel {
StrJoinWith,
StrIsEmpty,
StrStartsWith,
StrStartsWithCodePoint,
StrStartsWithCodePt,
StrEndsWith,
StrSplit,
StrCountGraphemes,
@ -113,7 +113,7 @@ impl LowLevel {
| StrJoinWith
| StrIsEmpty
| StrStartsWith
| StrStartsWithCodePoint
| StrStartsWithCodePt
| StrEndsWith
| StrSplit
| StrCountGraphemes