1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Fix typo

6370353c71
This commit is contained in:
aycabta 2021-08-26 12:52:10 +09:00
parent 475038a622
commit 18c0814fe0

View file

@ -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)