summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2019-09-27 17:06:45 +0530
committerTim Smith <tsmith84@gmail.com>2019-10-02 11:00:13 -0700
commite78d7e5ecf88051f3b9838c9fc7d93787c5d9757 (patch)
treef794762f94cacc74dac6be1346ad2a1a8746fdd7
parentb51c8465dedf605e5f7d95be7cf0e790b83e5f08 (diff)
downloadchef-e78d7e5ecf88051f3b9838c9fc7d93787c5d9757.tar.gz
Minor update
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
-rw-r--r--lib/chef/node/immutable_collections.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/node/immutable_collections.rb b/lib/chef/node/immutable_collections.rb
index 025da96d17..05c35fff24 100644
--- a/lib/chef/node/immutable_collections.rb
+++ b/lib/chef/node/immutable_collections.rb
@@ -96,7 +96,7 @@ class Chef
alias_method :to_array, :to_a
- # As Psych module, not respecting Immutable ImmutableArray object
+ # As Psych module, not respecting ImmutableArray object
# So first convert it to Hash/Array then parse it to `.to_yaml`
def to_yaml(*opts)
to_a.to_yaml(*opts)