diff --git a/ext/readline/readline.c b/ext/readline/readline.c index 646be2b194..ae68cf7548 100644 --- a/ext/readline/readline.c +++ b/ext/readline/readline.c @@ -2060,7 +2060,7 @@ Init_readline(void) * The history buffer. It extends Enumerable module, so it behaves * just like an array. * For example, gets the fifth content that the user input by - * HISTORY[4]. + * HISTORY[4]. */ rb_define_const(mReadline, "HISTORY", history);