From 629d6fb6e6887d720428127114a2889e1f4d12a2 Mon Sep 17 00:00:00 2001 From: Rob Sanheim Date: Mon, 14 May 2018 18:49:48 -0500 Subject: [PATCH] Fix typo in the comment --- lib/flipper/dsl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flipper/dsl.rb b/lib/flipper/dsl.rb index 088a46f5e..16fa50df8 100644 --- a/lib/flipper/dsl.rb +++ b/lib/flipper/dsl.rb @@ -210,7 +210,7 @@ def boolean(value = true) Types::Boolean.new(value) end - # Public: Event shorter shortcut for getting a boolean type instance. + # Public: Even shorter shortcut for getting a boolean type instance. # # value - The true or false value for the boolean. #