mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo in an error class name
This commit is contained in:
parent
b9d00f42e6
commit
d84dd66da0
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ module BasetestReadline
|
|||
assert_equal("", line2)
|
||||
begin
|
||||
assert_equal("", Readline.line_buffer)
|
||||
rescue NotimplementedError
|
||||
rescue NotImplementedError
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue