summaryrefslogtreecommitdiff
path: root/lib/reline.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-26 12:52:10 +0900
committeraycabta <aycabta@gmail.com>2021-08-29 20:30:33 +0900
commit18c0814fe02dcfdc9cf20504278a1e0039b75b74 (patch)
treec40c4de0042ded52927ff96154cf60c43166fc3d /lib/reline.rb
parent475038a622689a7c1ac2e7a4d057e81cdbd079bb (diff)
[ruby/reline] Fix typo
https://github.com/ruby/reline/commit/6370353c71
Diffstat (limited to 'lib/reline.rb')
-rw-r--r--lib/reline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline.rb b/lib/reline.rb
index eafed48053..91648bf447 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -184,7 +184,7 @@ module Reline
@dialog_proc = ->() {
# autocomplete
if just_cursor_moving
- # Auto complete starts only when endited
+ # Auto complete starts only when edited
return nil
end
pre, target, post= retrieve_completion_block(true)