1
0
Fork 0
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:
Nobuyoshi Nakada 2020-12-21 18:17:45 +09:00
parent b9d00f42e6
commit d84dd66da0
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -176,7 +176,7 @@ module BasetestReadline
assert_equal("", line2)
begin
assert_equal("", Readline.line_buffer)
rescue NotimplementedError
rescue NotImplementedError
end
end
end