From 7e138b5b0eadcda00b183419f3b1ceceac403af3 Mon Sep 17 00:00:00 2001 From: Steven Rachman Date: Wed, 31 Oct 2018 02:08:59 +0800 Subject: [PATCH] Fix typo --- lib/tool/warning_filter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tool/warning_filter.rb b/lib/tool/warning_filter.rb index cc00107..561356c 100644 --- a/lib/tool/warning_filter.rb +++ b/lib/tool/warning_filter.rb @@ -2,7 +2,7 @@ module Tool # Enables Ruby's built-in warnings (-w) but filters out those caused by third-party gems. - # Does not invlove any manual set up. + # Does not involve any manual set up. # # @example # require 'tool/warning_filter'