Skip to content

Commit 1a90acd

Browse files
committed
typo: remove repeat word
fix #1829
1 parent f85abed commit 1a90acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/Reporting/Error/Canonicalize.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ toReport source err =
522522
<> "` as a function, but it is not available in pattern matching like this:"
523523
,
524524
D.reflow $
525-
"I recommend matching matching the record as a variable and unpacking it later."
525+
"I recommend matching the record as a variable and unpacking it later."
526526
)
527527

528528
PortPayloadInvalid region portName _badType invalidPayload ->

0 commit comments

Comments
 (0)