1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

fix type: remove extra period

This commit is contained in:
Nicholas Rowe 2011-02-17 20:34:22 -05:00
parent 1c21f75f1b
commit a906deabc6

View file

@ -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.