From c0a288606bb14372bd9f07452ccfcd866112e44f Mon Sep 17 00:00:00 2001 From: Pablo Hirafuji Date: Sat, 18 Sep 2021 10:58:54 -0300 Subject: [PATCH] Typo - Fix function name reference Fix function name reference in syntax error message. --- compiler/src/Reporting/Error/Syntax.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/src/Reporting/Error/Syntax.hs b/compiler/src/Reporting/Error/Syntax.hs index a8ff1524e..316b3c695 100644 --- a/compiler/src/Reporting/Error/Syntax.hs +++ b/compiler/src/Reporting/Error/Syntax.hs @@ -1543,7 +1543,7 @@ toDeclStartReport source row col = ] ] , D.reflow $ - "This defines a `reviewPowerLevel` function that you can use elsewhere in your program." + "This defines a `greet` function that you can use elsewhere in your program." ] _ ->