summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-09-01 13:59:04 +0900
committerGitHub <[email protected]>2021-09-01 13:59:04 +0900
commitde9bf8643212f711779fcb50a937d2976f704023 (patch)
tree32c3c95de34a863235f039c918aae4279f082db1
parent5211a3f2094d458e92b171cf096d3a18e76afaef (diff)
parent2c167361d5604a172f000ede7c741b6603cdf297 (diff)
downloadmruby-de9bf8643212f711779fcb50a937d2976f704023.tar.gz
mruby-de9bf8643212f711779fcb50a937d2976f704023.zip
Merge pull request #5544 from stuarth/change-language
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)
{