mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Merge pull request #6057 from lsculv/record-field-error-typo
Fix typo 'I trying' -> 'I am trying'
This commit is contained in:
commit
5e911f14d8
2 changed files with 4 additions and 4 deletions
|
@ -4269,7 +4269,7 @@ mod test_reporting {
|
|||
@r###"
|
||||
── SYNTAX PROBLEM ──────────────────────────────────────── /code/proj/Main.roc ─
|
||||
|
||||
I trying to parse a record field access here:
|
||||
I am trying to parse a record field access here:
|
||||
|
||||
4│ foo.bar.
|
||||
^
|
||||
|
@ -5667,7 +5667,7 @@ All branches in an `if` must have the same type!
|
|||
@r###"
|
||||
── SYNTAX PROBLEM ──────────────────────────────────────── /code/proj/Main.roc ─
|
||||
|
||||
I trying to parse a record field access here:
|
||||
I am trying to parse a record field access here:
|
||||
|
||||
4│ Num.add . 23
|
||||
^
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue