From e0c0431e9e062049a33bb0f6437f2d93a6cb7c27 Mon Sep 17 00:00:00 2001 From: sinanmujan Date: Thu, 24 Oct 2019 14:05:18 +0200 Subject: [PATCH] [ci skip] Fix lower case comments without punctuation --- .../lib/active_support/core_ext/hash/deep_transform_values.rb | 2 +- activesupport/lib/active_support/core_ext/hash/keys.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/core_ext/hash/deep_transform_values.rb b/activesupport/lib/active_support/core_ext/hash/deep_transform_values.rb index 18acb1e70ceec..8ad85c0a6d8eb 100644 --- a/activesupport/lib/active_support/core_ext/hash/deep_transform_values.rb +++ b/activesupport/lib/active_support/core_ext/hash/deep_transform_values.rb @@ -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 diff --git a/activesupport/lib/active_support/core_ext/hash/keys.rb b/activesupport/lib/active_support/core_ext/hash/keys.rb index 7d3495db2c5f3..f2db61f386e63 100644 --- a/activesupport/lib/active_support/core_ext/hash/keys.rb +++ b/activesupport/lib/active_support/core_ext/hash/keys.rb @@ -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