Skip to content

Commit

Permalink
Fix code example in Readline::HISTORY documentation.
Browse files Browse the repository at this point in the history
Wrapping the example into a <code> block to avoid it being rendered as a link.
  • Loading branch information
cristiangreco authored and hsbt committed Dec 2, 2020
1 parent 82dc0c6 commit 95bb49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/readline/readline.c
Expand Up @@ -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].
* <code>HISTORY[4]</code>.
*/
rb_define_const(mReadline, "HISTORY", history);

Expand Down

0 comments on commit 95bb49d

Please sign in to comment.