summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-10-03 15:31:41 +0900
committergit <svn-admin@ruby-lang.org>2021-10-03 15:31:47 +0900
commitb91b3000bdb4e62fc059de709dbf9eb805c08d70 (patch)
treea829116e6d818efd5767e1cd8a7d9b33fb2a4c9c
parentbc5407f00c3898f7cd6f0b010b396532b4b4c3af (diff)
downloadruby-b91b3000bdb4e62fc059de709dbf9eb805c08d70.tar.gz
[ruby/reline] Add code block notation in doc
https://github.com/ruby/reline/commit/b283791dc5
-rw-r--r--lib/reline/line_editor.rb2
1 files changed, 1 insertions, 1 deletions
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