diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2016-07-15 09:41:02 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-07-25 11:44:52 +0200 |
commit | e868fae6585d82c0b46a9a840913f0674dde0d3e (patch) | |
tree | a24c5c51e37b692c9a84ff15a421e8b782e058a1 /doc/ref/sxml.texi | |
parent | d87915f25d47711f0061e7ff92485859bb5747e6 (diff) | |
download | guile-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/sxml.texi')
-rw-r--r-- | doc/ref/sxml.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi index 17c3d01b7..3b940bd3e 100644 --- a/doc/ref/sxml.texi +++ b/doc/ref/sxml.texi @@ -275,7 +275,7 @@ the middle- and high-level parsers are single-threaded through the the @var{seed} in any way: they simply pass it around as an instance of an opaque datatype. User functions, on the other hand, can use the seed to maintain user's state, to accumulate parsing results, etc. A user -can freely mix his own functions with those of the framework. On the +can freely mix their own functions with those of the framework. On the other hand, the user may wish to instantiate a high-level parser: @code{SSAX:make-elem-parser} or @code{SSAX:make-parser}. In the latter case, the user must provide functions of specific signatures, which are |