summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStuart Hinson <[email protected]>2021-08-31 19:17:49 -0700
committerStuart Hinson <[email protected]>2021-08-31 19:17:49 -0700
commit2c167361d5604a172f000ede7c741b6603cdf297 (patch)
tree32c3c95de34a863235f039c918aae4279f082db1
parent5211a3f2094d458e92b171cf096d3a18e76afaef (diff)
downloadmruby-2c167361d5604a172f000ede7c741b6603cdf297.tar.gz
mruby-2c167361d5604a172f000ede7c741b6603cdf297.zip
use gender-neutral pronouns
-rw-r--r--mrbgems/mruby-bin-mirb/tools/mirb/mirb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
index 464df1c24..db92d7266 100644
--- a/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
+++ b/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c
@@ -134,7 +134,7 @@ p(mrb_state *mrb, mrb_value obj, int prompt)
}
/* Guess if the user might want to enter more
- * or if he wants an evaluation of his code now */
+ * or if they wants an evaluation of their code now */
static mrb_bool
is_code_block_open(struct mrb_parser_state *parser)
{