diff --git a/compiler/src/Reporting/Error/Canonicalize.hs b/compiler/src/Reporting/Error/Canonicalize.hs index 18623500c..bf98f6254 100644 --- a/compiler/src/Reporting/Error/Canonicalize.hs +++ b/compiler/src/Reporting/Error/Canonicalize.hs @@ -522,7 +522,7 @@ toReport source err = <> "` as a function, but it is not available in pattern matching like this:" , D.reflow $ - "I recommend matching matching the record as a variable and unpacking it later." + "I recommend matching the record as a variable and unpacking it later." ) PortPayloadInvalid region portName _badType invalidPayload ->