Skip to content

Commit 6370353

Browse files
committed
Fix typo
1 parent 14c8fad commit 6370353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reline.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def readmultiline(prompt = '', add_hist = false, &confirm_multiline_termination)
184184
@dialog_proc = ->() {
185185
# autocomplete
186186
if just_cursor_moving
187-
# Auto complete starts only when endited
187+
# Auto complete starts only when edited
188188
return nil
189189
end
190190
pre, target, post= retrieve_completion_block(true)

0 commit comments

Comments
 (0)