summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-19 07:58:36 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-19 07:58:36 +0000
commit6bd19886682e87c064ad6eb9c23c1b65d631b493 (patch)
tree59167a39f72e09b6bcdc0d3f38a009a542180d9d /lib
parentba8471d746dc1b39c738cb3760543bc07b85c6d8 (diff)
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/rexml/entity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rexml/entity.rb b/lib/rexml/entity.rb
index 3d81fbc738..39f3900075 100644
--- a/lib/rexml/entity.rb
+++ b/lib/rexml/entity.rb
@@ -63,7 +63,7 @@ module REXML
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.
def Entity::matches? string
(ENTITYDECL =~ string) == 0