mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
rename col -> column
This commit is contained in:
parent
4d7070ce3b
commit
f170509bf1
6 changed files with 21 additions and 21 deletions
|
@ -222,7 +222,7 @@ where
|
|||
} else if state.pos.line != pos.line {
|
||||
// we parsed at least one newline
|
||||
|
||||
state.indent_col = pos.column;
|
||||
state.indent_column = pos.column;
|
||||
|
||||
if pos.column >= min_indent {
|
||||
state.pos = pos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue