ruby-changes:32210
From: a_matsuda <ko1@a...>
Date: Thu, 19 Dec 2013 16:58:41 +0900 (JST)
Subject: [ruby-changes:32210] a_matsuda:r44289 (trunk): * lib/rexml/entity.rb: [DOC] Fix typo
a_matsuda 2013-12-19 16:58:36 +0900 (Thu, 19 Dec 2013) New Revision: 44289 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44289 Log: * lib/rexml/entity.rb: [DOC] Fix typo s/matchs/matches/ [ci skip] Modified files: trunk/lib/rexml/entity.rb Index: lib/rexml/entity.rb =================================================================== --- lib/rexml/entity.rb (revision 44288) +++ lib/rexml/entity.rb (revision 44289) @@ -63,7 +63,7 @@ module REXML https://github.com/ruby/ruby/blob/trunk/lib/rexml/entity.rb#L63 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/