From 6bd19886682e87c064ad6eb9c23c1b65d631b493 Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Thu, 19 Dec 2013 07:58:36 +0000 Subject: [PATCH] * 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 --- lib/rexml/entity.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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