aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:34:22 -0500
committerNicholas Rowe <nixterrimus@gmail.com>2011-02-17 20:34:22 -0500
commita906deabc6554f6271b3d9a84384c101edaad921 (patch)
tree55502a0a8bcfe88e3c884a54c2186f0e579bf80f /activemodel
parent1c21f75f1b32ee8723c74a9bc7af70dfa02a509c (diff)
downloadrails-a906deabc6554f6271b3d9a84384c101edaad921.tar.gz
rails-a906deabc6554f6271b3d9a84384c101edaad921.tar.bz2
rails-a906deabc6554f6271b3d9a84384c101edaad921.zip
fix type: remove extra period
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/lib/active_model/naming.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/naming.rb b/activemodel/lib/active_model/naming.rb
index 44aedc8efd..3f430f94a6 100644
--- a/activemodel/lib/active_model/naming.rb
+++ b/activemodel/lib/active_model/naming.rb
@@ -69,7 +69,7 @@ module ActiveModel
#
# Providing the functionality that ActiveModel::Naming provides in your object
# is required to pass the Active Model Lint test. So either extending the provided
- # method below, or rolling your own is required..
+ # method below, or rolling your own is required.
module Naming
# Returns an ActiveModel::Name object for module. It can be
# used to retrieve all kinds of naming-related information.