diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2021-06-15 16:11:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-06-16 04:25:11 +0200 |
commit | 0e20b229eea63716cdd1bea916b7e416f450278a (patch) | |
tree | b3bf9038209cd8649e2cbe92d1215e53c2552692 /strbuf.h | |
parent | doc: avoid using the gender of other people (diff) | |
download | git-0e20b229eea63716cdd1bea916b7e416f450278a.tar.xz git-0e20b229eea63716cdd1bea916b7e416f450278a.zip |
comments: avoid using the gender of our users
We generally avoid specifying the gender of our users in order to be
more inclusive, but sometimes a few slip by due to habit.
Since by doing a little bit of rewording we can avoid this irrelevant
detail, let's do so.
Inspired-by: Derrick Stolee <dstolee@microsoft.com>
Helped-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'strbuf.h')
-rw-r--r-- | strbuf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -337,8 +337,8 @@ const char *strbuf_join_argv(struct strbuf *buf, int argc, * placeholder is unknown, then the percent sign is copied, too. * * In order to facilitate caching and to make it possible to give - * parameters to the callback, `strbuf_expand()` passes a context pointer, - * which can be used by the programmer of the callback as she sees fit. + * parameters to the callback, `strbuf_expand()` passes a context + * pointer with any kind of data. */ typedef size_t (*expand_fn_t) (struct strbuf *sb, const char *placeholder, |