Fix spelling mistake
This commit is contained in:
parent
29f31b6c5b
commit
86eaa57331
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Mutant
|
|||
class Mutator
|
||||
class Node
|
||||
|
||||
# Mutator for super with parantheses
|
||||
# Mutator for super with parentheses
|
||||
class Super < self
|
||||
|
||||
handle(:super)
|
||||
|
|
Loading…
Reference in a new issue