From b91b3000bdb4e62fc059de709dbf9eb805c08d70 Mon Sep 17 00:00:00 2001 From: aycabta Date: Sun, 3 Oct 2021 15:31:41 +0900 Subject: [PATCH] [ruby/reline] Add code block notation in doc https://github.com/ruby/reline/commit/b283791dc5 --- lib/reline/line_editor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb index e4f80c88d8..73f7ae9d35 100644 --- a/lib/reline/line_editor.rb +++ b/lib/reline/line_editor.rb @@ -1948,7 +1948,7 @@ class Reline::LineEditor # position. In replace mode, overwrite the character at the # cursor and move the cursor to the right by one character # position. Accept an argument to do this repeatedly. It is an - # error if the input character is the NUL character (Ctrl-@). + # error if the input character is the NUL character (+Ctrl-@+). # Failure to enlarge the edit buffer also results in an error. # Editline:: +ed-digit+ (emacs: 0 to 9) If in argument input mode, append # the input digit to the argument being read. Otherwise, call