summaryrefslogtreecommitdiff
path: root/docs/users_guide
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 /docs/users_guide
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 'docs/users_guide')
-rw-r--r--docs/users_guide/exts/partial_type_signatures.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/partial_type_signatures.rst b/docs/users_guide/exts/partial_type_signatures.rst
index 20689d9129..4d523dd80f 100644
--- a/docs/users_guide/exts/partial_type_signatures.rst
+++ b/docs/users_guide/exts/partial_type_signatures.rst
@@ -224,7 +224,7 @@ extra-constraints wildcard is used to infer three extra constraints.
arbitCs :: _ => a -> String
An extra-constraints wildcard shouldn't prevent the programmer from
-already listing the constraints he knows or wants to annotate, e.g.
+already listing the constraints they know or want to annotate, e.g.
::