From b670fadb978c8a12c3414ed842cd49e4fde2cec0 Mon Sep 17 00:00:00 2001
From: Vijay Dev <vijaydev.cse@gmail.com>
Date: Tue, 4 Nov 2014 18:47:06 +0530
Subject: fix typo [ci skip]

---
 activesupport/lib/active_support/core_ext/hash/slice.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activesupport')

diff --git a/activesupport/lib/active_support/core_ext/hash/slice.rb b/activesupport/lib/active_support/core_ext/hash/slice.rb
index 962655a6c1..41b2279013 100644
--- a/activesupport/lib/active_support/core_ext/hash/slice.rb
+++ b/activesupport/lib/active_support/core_ext/hash/slice.rb
@@ -5,7 +5,7 @@ class Hash
   #   { a: 1, b: 2, c: 3, d: 4 }.slice(:a, :b)
   #   # => {:a=>1, :b=>2}
   # 
-  # This is useful for limiting an options hash to validate keys before 
+  # This is useful for limiting an options hash to valid keys before 
   # passing to a method:
   #
   #   def search(criteria = {})
-- 
cgit v1.2.3