summaryrefslogtreecommitdiff
path: root/doc/ref/api-foreign.texi
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-07-15 09:41:02 +0200
committerAndy Wingo <wingo@pobox.com>2016-07-25 11:44:52 +0200
commite868fae6585d82c0b46a9a840913f0674dde0d3e (patch)
treea24c5c51e37b692c9a84ff15a421e8b782e058a1 /doc/ref/api-foreign.texi
parentd87915f25d47711f0061e7ff92485859bb5747e6 (diff)
downloadguile-e868fae6585d82c0b46a9a840913f0674dde0d3e.tar.gz
doc: Do not gender the programmer.
* doc/ref/api-foreign.texi: Replace "his" with "their". * doc/ref/sxml.texi: Likewise.
Diffstat (limited to 'doc/ref/api-foreign.texi')
-rw-r--r--doc/ref/api-foreign.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi
index c2c49ec48..76614f021 100644
--- a/doc/ref/api-foreign.texi
+++ b/doc/ref/api-foreign.texi
@@ -52,7 +52,7 @@ automatically the next time they are run.
Now, when all the necessary machinery is there to perform part of the
linking at run-time, why not take the next step and allow the programmer
-to explicitly take advantage of it from within his program? Of course,
+to explicitly take advantage of it from within their program? Of course,
many operating systems that support shared libraries do just that, and
chances are that Guile will allow you to access this feature from within
your Scheme programs. As you might have guessed already, this feature