mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
s/CodePoint/CodePt/g
This commit is contained in:
parent
69b1497907
commit
267836226c
25 changed files with 69 additions and 69 deletions
|
@ -436,8 +436,8 @@ pub enum Number {
|
|||
pub enum EString<'a> {
|
||||
Open(Row, Col),
|
||||
|
||||
CodePointOpen(Row, Col),
|
||||
CodePointEnd(Row, Col),
|
||||
CodePtOpen(Row, Col),
|
||||
CodePtEnd(Row, Col),
|
||||
|
||||
Space(BadInputError, Row, Col),
|
||||
EndlessSingle(Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue