From c551178f1b210c6becdf9612814e1c33fbcca2a5 Mon Sep 17 00:00:00 2001 From: Kuldeep Aggarwal Date: Sat, 1 Nov 2014 22:18:05 +0530 Subject: add missing space.[ci skip] --- activemodel/lib/active_model/validations/format.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activemodel/lib/active_model') diff --git a/activemodel/lib/active_model/validations/format.rb b/activemodel/lib/active_model/validations/format.rb index ff3e95da34..02478dd5b6 100644 --- a/activemodel/lib/active_model/validations/format.rb +++ b/activemodel/lib/active_model/validations/format.rb @@ -54,7 +54,7 @@ module ActiveModel module HelperMethods # Validates whether the value of the specified attribute is of the correct - # form, going by the regular expression provided.You can require that the + # form, going by the regular expression provided. You can require that the # attribute matches the regular expression: # # class Person < ActiveRecord::Base -- cgit v1.2.3