Fix code example in Readline::HISTORY documentation.
Wrapping the example into a <code> block to avoid it being rendered as a link.
This commit is contained in:
parent
82dc0c6aa3
commit
95bb49d425
Notes:
git
2020-12-02 11:00:26 +09:00
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user