diff --git a/lib/shoulda/matchers/active_model/allow_value_matcher.rb b/lib/shoulda/matchers/active_model/allow_value_matcher.rb index b3e7ff744..508bf079e 100644 --- a/lib/shoulda/matchers/active_model/allow_value_matcher.rb +++ b/lib/shoulda/matchers/active_model/allow_value_matcher.rb @@ -91,9 +91,9 @@ module ActiveModel # end # end # - # * You're attempting to assert that a numeric attribute should not allow a - # string that contains non-numeric characters, yet the writer method for - # that attribute strips out non-numeric characters: + # * You're attempting to assert that a numeric attribute should not allow + # a string that contains non-numeric characters, yet the writer method + # for that attribute strips out non-numeric characters: # # class Foo # include ActiveModel::Model