2 more typos in comments corrected
This commit is contained in:
parent
bf0c564fb6
commit
6437254e28
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ Mutant::Meta::Example.add do
|
|||
# Deleted else branch
|
||||
mutation 'if condition; true end'
|
||||
|
||||
# Deleted if branch resuting in unless rendering
|
||||
# Deleted if branch resulting in unless rendering
|
||||
mutation 'unless condition; false; end'
|
||||
|
||||
# Deleted if branch with promoting else branch to if branch
|
||||
|
|
|
@ -10,7 +10,7 @@ Mutant::Meta::Example.add do
|
|||
source 'super()'
|
||||
|
||||
singleton_mutations
|
||||
# this is zsuper a totally differend node thant super()
|
||||
# this is zsuper a totally different node than super()
|
||||
mutation 'super'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue