We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8471d commit 6bd1988Copy full SHA for 6bd1988
lib/rexml/entity.rb
@@ -63,7 +63,7 @@ def initialize stream, value=nil, parent=nil, reference=false
63
end
64
65
66
- # Evaluates whether the given string matchs an entity definition,
+ # Evaluates whether the given string matches an entity definition,
67
# returning true if so, and false otherwise.
68
def Entity::matches? string
69
(ENTITYDECL =~ string) == 0
0 commit comments