Skip to content

Commit

Permalink
[ci skip] Fix lower case comments without punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
SinanMujan committed Oct 24, 2019
1 parent d775176 commit e0c0431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -21,7 +21,7 @@ def deep_transform_values!(&block)
end

private
# support methods for deep transforming nested hashes and arrays
# Support methods for deep transforming nested hashes and arrays.
def _deep_transform_values_in_object(object, &block)
case object
when Hash
Expand Down
2 changes: 1 addition & 1 deletion activesupport/lib/active_support/core_ext/hash/keys.rb
Expand Up @@ -112,7 +112,7 @@ def deep_symbolize_keys!
end

private
# support methods for deep transforming nested hashes and arrays
# Support methods for deep transforming nested hashes and arrays.
def _deep_transform_keys_in_object(object, &block)
case object
when Hash
Expand Down

0 comments on commit e0c0431

Please sign in to comment.