From fb25161a6dc48622be336a0563e98f7818f2be29 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Thu, 23 Aug 2012 12:59:00 +0300 Subject: [PATCH] Fix class description --- lib/mutant/mutator/noop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/mutator/noop.rb b/lib/mutant/mutator/noop.rb index 589dbc2a..9e128d4f 100644 --- a/lib/mutant/mutator/noop.rb +++ b/lib/mutant/mutator/noop.rb @@ -1,6 +1,6 @@ module Mutant class Mutator - # Mutator that does do not mutations on ast + # Mutator that does not do mutations on ast class Noop < self # Literal references to self do not need to be mutated.