diff options
| author | ydah <13041216+ydah@users.noreply.github.com> | 2024-01-25 11:25:56 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-25 09:58:14 +0000 |
| commit | 4d4d418457a1b6dc2ce63b166cff51fd0827c0a3 (patch) | |
| tree | c77a645a625817c1c378b9fe866a844caf3eac6f /test | |
| parent | 0f5407b33772743154c50b01e1ea2ade494bd520 (diff) | |
[ruby/irb] overrided ==> overridden
https://github.com/ruby/irb/commit/b77b23aade
Diffstat (limited to 'test')
| -rw-r--r-- | test/irb/test_input_method.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_input_method.rb b/test/irb/test_input_method.rb index 6974fe2df8..0b52d4cbc3 100644 --- a/test/irb/test_input_method.rb +++ b/test/irb/test_input_method.rb @@ -15,7 +15,7 @@ module TestIRB def teardown IRB.conf.replace(@conf_backup) restore_encodings - # Reset Reline configuration overrided by RelineInputMethod. + # Reset Reline configuration overridden by RelineInputMethod. Reline.instance_variable_set(:@core, nil) end end |
