summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2019-09-27 17:06:45 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2019-09-27 17:06:45 +0530
commit644ae14fc7c9fd92b95d762d004c619f755a0a3c (patch)
treef24607082d63f54ba087712561997435bddad360
parent1a049aa3a42d8ce785afdbe8467d249991baf2c4 (diff)
downloadchef-644ae14fc7c9fd92b95d762d004c619f755a0a3c.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 96e589fdaa..06bd3b2a3f 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)