Merge pull request #6057 from lsculv/record-field-error-typo

Fix typo 'I trying' -> 'I am trying'
This commit is contained in:
Richard Feldman 2023-11-22 09:12:30 -05:00 committed by GitHub
commit 5e911f14d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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
^