Skip to content

Commit 12f7bd2

Browse files
committed
Typo - Fix function name reference (ref: elm#2227)
1 parent 33ab254 commit 12f7bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compiler/Reporting/Error/Syntax.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@ toDeclStartReport source row col =
17561756
, D.dullyellow <| D.fromChars "\"Hey!\""
17571757
]
17581758
]
1759-
, D.reflow "This defines a `reviewPowerLevel` function that you can use elsewhere in your program."
1759+
, D.reflow "This defines a `greet` function that you can use elsewhere in your program."
17601760
]
17611761

17621762
_ ->

0 commit comments

Comments
 (0)