From 1e50a0927d69afcc67448af7cf19c797c51c67ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=8Cbod=CA=B2=C9=AA=CB=88=C9=A1r=CA=B2im?= Date: Sat, 8 Jun 2024 20:57:47 +0200 Subject: [PATCH] GHC-10498: fix grammar Co-authored-by: Jan Hrcek <2716069+jhrcek@users.noreply.github.com> --- message-index/messages/GHC-10498/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/message-index/messages/GHC-10498/index.md b/message-index/messages/GHC-10498/index.md index 1dc0725e..74d7fd85 100644 --- a/message-index/messages/GHC-10498/index.md +++ b/message-index/messages/GHC-10498/index.md @@ -6,7 +6,7 @@ introduced: 9.6.1 --- GHC does not allow the same entity to have more than one -definitions. In some contexts it can figure out which one -supposed to shadow another: local definitions take +definition. In some contexts it can figure out which one +is supposed to shadow another: local definitions take priority over global definitions, etc. Shadowing is just a warning, GHC-63397. However, if the definitions are on the same level it becomes a fatal error.