We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27a511 commit 6209f06Copy full SHA for 6209f06
lib/irb.rb
@@ -945,7 +945,7 @@ def debug_readline(binding)
945
# Irb#eval_input will simply return the input, and we need to pass it to the debugger.
946
input = if IRB.conf[:SAVE_HISTORY] && context.io.support_history_saving?
947
# 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
+ # We need to make sure the saved history is not saved again by resetting the counter
949
context.io.reset_history_counter
950
951
begin
0 commit comments