mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix bug converting ranges to the wrong region
This commit is contained in:
parent
40a008657a
commit
6e39425938
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ impl ToRegion for Range {
|
|||
},
|
||||
end: LineColumn {
|
||||
line: self.end.line,
|
||||
column: self.end.line,
|
||||
column: self.end.character,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue