Skip to content

Commit 770071a

Browse files
authored
Merge pull request #2138 from landongrindheim/master
Personalize MISSING EXPRESSION message
2 parents 487dd84 + 5e1ed22 commit 770071a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ possible.
66

77
## Licensing
88

9-
You need to sign the [contributor agreement](ContributorAgreement.pdf)
9+
You need to sign the [contributor agreement](../ContributorAgreement.pdf)
1010
and send it to <[email protected]> before opening your pull request.
1111

1212
## Style Guide

compiler/src/Reporting/Error/Syntax.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ toExprReport source context expr startRow startCol =
25912591
,"give","a","more","specific","hint!"
25922592
]
25932593
, D.toSimpleNote $
2594-
"This can also happen if run into reserved words like `let` or `as` unexpectedly.\
2594+
"This can also happen if I run into reserved words like `let` or `as` unexpectedly.\
25952595
\ Or if I run into operators in unexpected spots. Point is, there are a\
25962596
\ couple ways I can get confused and give sort of weird advice!"
25972597
]

0 commit comments

Comments
 (0)