mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Fix typo
This commit is contained in:
parent
132ba77a47
commit
665656bd35
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ fn to_expr_report<'a>(
|
||||||
alloc.reflow(r"I got stuck here:"),
|
alloc.reflow(r"I got stuck here:"),
|
||||||
alloc.region_with_subregion(surroundings, region),
|
alloc.region_with_subregion(surroundings, region),
|
||||||
alloc.concat(vec![
|
alloc.concat(vec![
|
||||||
alloc.reflow("Whatever I am running into is confusing me al lot! "),
|
alloc.reflow("Whatever I am running into is confusing me a lot! "),
|
||||||
alloc.reflow("Normally I can give fairly specific hints, "),
|
alloc.reflow("Normally I can give fairly specific hints, "),
|
||||||
alloc.reflow("but something is really tripping me up this time."),
|
alloc.reflow("but something is really tripping me up this time."),
|
||||||
]),
|
]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue