summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/Name/Reader.hs
diff options
context:
space:
mode:
authorRichard Eisenberg <rae@richarde.dev>2020-10-28 17:51:42 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-29 22:08:13 -0400
commit7f8be3eb3440a152246a1aef7b4020be4c03cf2e (patch)
treeec538f8dc51202d032fd1089220c02ba0cb34f9e /compiler/GHC/Types/Name/Reader.hs
parent2ef2fac4c412a25fa64f79b759d69d22a4ebc784 (diff)
downloadhaskell-7f8be3eb3440a152246a1aef7b4020be4c03cf2e.tar.gz
Remove unnecessary gender from comments/docs
While, say, alternating "he" and "she" in sequential writing may be nicer than always using "they", reading code/documentation is almost never sequential. If this small change makes individuals feel more welcome in GHC's codebase, that's a good thing.
Diffstat (limited to 'compiler/GHC/Types/Name/Reader.hs')
-rw-r--r--compiler/GHC/Types/Name/Reader.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Types/Name/Reader.hs b/compiler/GHC/Types/Name/Reader.hs
index 733a5472b8..d1a071dd93 100644
--- a/compiler/GHC/Types/Name/Reader.hs
+++ b/compiler/GHC/Types/Name/Reader.hs
@@ -1345,7 +1345,7 @@ pprLoc (UnhelpfulSpan {}) = empty
-- (b) it is always in scope
-- (c) it is a synonym for Data.Kind.Type
--
--- However, the user might not know that he's working on a module with
+-- However, the user might not know that they are working on a module with
-- NoStarIsType and write code that still assumes (a), (b), and (c), which
-- actually do not hold in that module.
--