summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/PostProcess.hs
diff options
context:
space:
mode:
authorRichard Eisenberg <rae@richarde.dev>2020-10-28 17:51:42 -0400
committerRichard Eisenberg <rae@richarde.dev>2020-10-28 17:51:42 -0400
commitb0fbfd3100ca36abcb1c854dea92722fc45f5328 (patch)
tree6532da06fe8b329c64f48c8c0fe1c9e419ca3d0f /compiler/GHC/Parser/PostProcess.hs
parent28f98b01d055c8027f9495b1669bf875b3e42168 (diff)
downloadhaskell-wip/neuter.tar.gz
Remove unnecessary gender from comments/docswip/neuter
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/Parser/PostProcess.hs')
-rw-r--r--compiler/GHC/Parser/PostProcess.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/GHC/Parser/PostProcess.hs b/compiler/GHC/Parser/PostProcess.hs
index a4ac42d382..30124a0b01 100644
--- a/compiler/GHC/Parser/PostProcess.hs
+++ b/compiler/GHC/Parser/PostProcess.hs
@@ -335,8 +335,8 @@ mkSpliceDecl :: LHsExpr GhcPs -> HsDecl GhcPs
-- If the user wrote
-- [pads| ... ] then return a QuasiQuoteD
-- $(e) then return a SpliceD
--- but if she wrote, say,
--- f x then behave as if she'd written $(f x)
+-- but if they wrote, say,
+-- f x then behave as if they'd written $(f x)
-- ie a SpliceD
--
-- Typed splices are not allowed at the top level, thus we do not represent them