* lib/rexml/entity.rb: [DOC] Fix typo

s/matchs/matches/
[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-12-19 07:58:36 +00:00
parent ba8471d746
commit 6bd1988668

View File

@ -63,7 +63,7 @@ module REXML
end end
end end
# Evaluates whether the given string matchs an entity definition, # Evaluates whether the given string matches an entity definition,
# returning true if so, and false otherwise. # returning true if so, and false otherwise.
def Entity::matches? string def Entity::matches? string
(ENTITYDECL =~ string) == 0 (ENTITYDECL =~ string) == 0