2 more typos in comments corrected

This commit is contained in:
Tim Chambers 2014-08-12 16:34:20 -07:00
parent bf0c564fb6
commit 6437254e28
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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