1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed a typo

This commit is contained in:
Nobuyoshi Nakada 2019-11-04 16:38:36 +09:00
parent 823f25bb96
commit ffa9298076
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -109,7 +109,7 @@ module REXML
@string = arg.instance_variable_get(:@string).dup
@raw = arg.raw
@entity_filter = arg.instance_variable_get(:@entity_filter)
elsif
else
raise "Illegal argument of type #{arg.type} for Text constructor (#{arg})"
end