File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
activesupport/lib/active_support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module Compatibility
15
15
16
16
# Change the output of <tt>ActiveSupport::TimeZone.utc_to_local</tt>.
17
17
#
18
- # When `true`, it returns local times with an UTC offset, with `false` local
18
+ # When `true`, it returns local times with a UTC offset, with `false` local
19
19
# times are returned as UTC.
20
20
#
21
21
# # Given this zone:
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ def underscore(camel_cased_word)
109
109
#
110
110
# * Applies human inflection rules to the argument.
111
111
# * Deletes leading underscores, if any.
112
- # * Removes a "_id" suffix if present.
112
+ # * Removes an "_id" suffix if present.
113
113
# * Replaces underscores with spaces, if any.
114
114
# * Downcases all words except acronyms.
115
115
# * Capitalizes the first word.
You can’t perform that action at this time.
0 commit comments