From 68a419a20e0771456f279a8e34d5ae45a275e392 Mon Sep 17 00:00:00 2001 From: George Millo Date: Thu, 6 Nov 2014 16:19:12 +0700 Subject: [PATCH] Typo fix --- .../matchers/active_model/validate_exclusion_of_matcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shoulda/matchers/active_model/validate_exclusion_of_matcher.rb b/lib/shoulda/matchers/active_model/validate_exclusion_of_matcher.rb index 2d3918d5..77db9835 100644 --- a/lib/shoulda/matchers/active_model/validate_exclusion_of_matcher.rb +++ b/lib/shoulda/matchers/active_model/validate_exclusion_of_matcher.rb @@ -29,7 +29,7 @@ module Shoulda # in_array(['Mac', 'Linux']) # end # - # If your blacklist is a range of values, use `in_rnage`: + # If your blacklist is a range of values, use `in_range`: # # class Game # include ActiveModel::Model