Skip to content

Commit 4b89f16

Browse files
committed
[skip ci] fix tiny typo
1 parent dea5603 commit 4b89f16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

activesupport/lib/active_support/core_ext/date_and_time/compatibility.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module Compatibility
1515

1616
# Change the output of <tt>ActiveSupport::TimeZone.utc_to_local</tt>.
1717
#
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
1919
# times are returned as UTC.
2020
#
2121
# # Given this zone:

activesupport/lib/active_support/inflector/methods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def underscore(camel_cased_word)
109109
#
110110
# * Applies human inflection rules to the argument.
111111
# * Deletes leading underscores, if any.
112-
# * Removes a "_id" suffix if present.
112+
# * Removes an "_id" suffix if present.
113113
# * Replaces underscores with spaces, if any.
114114
# * Downcases all words except acronyms.
115115
# * Capitalizes the first word.

0 commit comments

Comments
 (0)