mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
s/CodePoint/CodePt/g
This commit is contained in:
parent
69b1497907
commit
267836226c
25 changed files with 69 additions and 69 deletions
|
@ -1600,10 +1600,10 @@ fn flatten_str_lines<'a>(
|
|||
buf.push(ch);
|
||||
}
|
||||
None => {
|
||||
env.problem(Problem::InvalidUnicodeCodePoint(loc_hex_digits.region));
|
||||
env.problem(Problem::InvalidUnicodeCodePt(loc_hex_digits.region));
|
||||
|
||||
return (
|
||||
Expr::RuntimeError(RuntimeError::InvalidUnicodeCodePoint(
|
||||
Expr::RuntimeError(RuntimeError::InvalidUnicodeCodePt(
|
||||
loc_hex_digits.region,
|
||||
)),
|
||||
output,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue