mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44: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
|
@ -826,7 +826,7 @@ fn to_str_report<'a>(
|
|||
title: "WEIRD ESCAPE".to_string(),
|
||||
}
|
||||
}
|
||||
EString::CodePointOpen(row, col) | EString::CodePointEnd(row, col) => {
|
||||
EString::CodePtOpen(row, col) | EString::CodePtEnd(row, col) => {
|
||||
let surroundings = Region::from_rows_cols(start_row, start_col, row, col);
|
||||
let region = Region::from_row_col(row, col);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue