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:
parent
823f25bb96
commit
ffa9298076
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue