Skip to content

Commit da2a168

Browse files
committed
Address review feedback
1 parent 54d5d2f commit da2a168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

message-index/messages/GHC-42044/example1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: <insert a title for this example here>
2+
title: Misspelled pragmas
33
---
44

55
Typos in pragma names leads to warnings being emitted. Fixing the typos makes the warnings go away.

message-index/messages/GHC-42044/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ introduced: 9.6.1
88

99
GHC emits a warning whenever it encounters a pragma which it doesn't recognize. In these cases it just ignores the pragma, which might not be what you want.
1010

11-
This can indicate a typo in pragma name, in which case fixing a typo should make the warning go away. See GHC User Guide for list of [supported pragmas](https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/pragmas.html).
11+
This can indicate a typo in the name of the pragma, in which case fixing the typo should make the warning go away. See the GHC User Guide for a list of [supported pragmas](https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/pragmas.html).

0 commit comments

Comments
 (0)