unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] doc: Do not gender the programmer.
@ 2016-07-15  7:41 Ricardo Wurmus
  2016-07-16  9:00 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2016-07-15  7:41 UTC (permalink / raw)
  To: guile-devel

* doc/ref/api-foreign.texi: Replace "his" with "their".
* doc/ref/sxml.texi: Likewise.
---
 doc/ref/api-foreign.texi | 2 +-
 doc/ref/sxml.texi        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/api-foreign.texi b/doc/ref/api-foreign.texi
index c2c49ec..76614f0 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
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index 17c3d01..3b940bd 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
-- 
2.8.4





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: Do not gender the programmer.
  2016-07-15  7:41 [PATCH] doc: Do not gender the programmer Ricardo Wurmus
@ 2016-07-16  9:00 ` Andy Wingo
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2016-07-16  9:00 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guile-devel

On Fri 15 Jul 2016 09:41, Ricardo Wurmus <rekado@elephly.net> writes:

> * doc/ref/api-foreign.texi: Replace "his" with "their".
> * doc/ref/sxml.texi: Likewise.

Applied, thanks.

Andy



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-16  9:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15  7:41 [PATCH] doc: Do not gender the programmer Ricardo Wurmus
2016-07-16  9:00 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).