diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d32d9b7f1..67b06a3f0 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,7 @@ possible. ## Licensing -You need to sign the [contributor agreement](ContributorAgreement.pdf) +You need to sign the [contributor agreement](../ContributorAgreement.pdf) and send it to before opening your pull request. ## Style Guide diff --git a/compiler/src/Reporting/Error/Syntax.hs b/compiler/src/Reporting/Error/Syntax.hs index 1070172cf..a8ff1524e 100644 --- a/compiler/src/Reporting/Error/Syntax.hs +++ b/compiler/src/Reporting/Error/Syntax.hs @@ -2591,7 +2591,7 @@ toExprReport source context expr startRow startCol = ,"give","a","more","specific","hint!" ] , D.toSimpleNote $ - "This can also happen if run into reserved words like `let` or `as` unexpectedly.\ + "This can also happen if I run into reserved words like `let` or `as` unexpectedly.\ \ Or if I run into operators in unexpected spots. Point is, there are a\ \ couple ways I can get confused and give sort of weird advice!" ]