From 2ea0df4b86d081aa40ca218fa8fd993b80498ffd Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Tue, 16 Jul 2013 23:09:04 +0200 Subject: [PATCH] Fix closing comment --- lib/mutant/mutator/node/generic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/mutator/node/generic.rb b/lib/mutant/mutator/node/generic.rb index 54b63fc1..8a4985fe 100644 --- a/lib/mutant/mutator/node/generic.rb +++ b/lib/mutant/mutator/node/generic.rb @@ -34,7 +34,7 @@ module Mutant end end - end # Noop + end # Generic end # Node end # Mutator end # Mutant