Skip to content

Commit b283791

Browse files
committed
Add code block notation in doc
1 parent 0f075f5 commit b283791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reline/line_editor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1948,7 +1948,7 @@ def finish
19481948
# position. In replace mode, overwrite the character at the
19491949
# cursor and move the cursor to the right by one character
19501950
# position. Accept an argument to do this repeatedly. It is an
1951-
# error if the input character is the NUL character (Ctrl-@).
1951+
# error if the input character is the NUL character (+Ctrl-@+).
19521952
# Failure to enlarge the edit buffer also results in an error.
19531953
# Editline:: +ed-digit+ (emacs: 0 to 9) If in argument input mode, append
19541954
# the input digit to the argument being read. Otherwise, call

0 commit comments

Comments
 (0)