From 6f97c284423bb64d8a7c0848617287ed35356cab Mon Sep 17 00:00:00 2001 From: Tim Chambers Date: Tue, 12 Aug 2014 16:29:51 -0700 Subject: [PATCH] Fix comment typo --- lib/mutant/matcher/namespace.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant/matcher/namespace.rb b/lib/mutant/matcher/namespace.rb index 05914797..73f229e2 100644 --- a/lib/mutant/matcher/namespace.rb +++ b/lib/mutant/matcher/namespace.rb @@ -29,7 +29,7 @@ module Mutant private - # Test scope if name matches expresion + # Test scope if name matches expression # # @param [Module, Class] scope #