Skip to content

Commit 1e50a09

Browse files
Bodigrimjhrcek
andauthored
GHC-10498: fix grammar
Co-authored-by: Jan Hrcek <[email protected]>
1 parent a2d4bb6 commit 1e50a09

File tree

1 file changed

+2
-2
lines changed
  • message-index/messages/GHC-10498

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ introduced: 9.6.1
66
---
77

88
GHC does not allow the same entity to have more than one
9-
definitions. In some contexts it can figure out which one
10-
supposed to shadow another: local definitions take
9+
definition. In some contexts it can figure out which one
10+
is supposed to shadow another: local definitions take
1111
priority over global definitions, etc. Shadowing is just a warning, GHC-63397. However, if the definitions are on the same
1212
level it becomes a fatal error.

0 commit comments

Comments
 (0)