Skip to content

Commit 6209f06

Browse files
ydaholleolleolle
authored andcommitted
reseting ==> resetting
1 parent a27a511 commit 6209f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/irb.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ def debug_readline(binding)
945945
# Irb#eval_input will simply return the input, and we need to pass it to the debugger.
946946
input = if IRB.conf[:SAVE_HISTORY] && context.io.support_history_saving?
947947
# Previous IRB session's history has been saved when `Irb#run` is exited
948-
# We need to make sure the saved history is not saved again by reseting the counter
948+
# We need to make sure the saved history is not saved again by resetting the counter
949949
context.io.reset_history_counter
950950

951951
begin

0 commit comments

Comments
 (0)