summaryrefslogtreecommitdiff
path: root/lib/chef/run_context/cookbook_compiler.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-11-30 09:23:41 -0800
committerdanielsdeleo <dan@opscode.com>2012-11-30 14:51:48 -0800
commit321c3dad819ea092f5ae42fdccc86336ec263121 (patch)
tree4394da72b439759dc2bee614f3108fb098e98c0c /lib/chef/run_context/cookbook_compiler.rb
parent72a028319ed48ac2eb7277ef4737a19caaa82681 (diff)
downloadchef-321c3dad819ea092f5ae42fdccc86336ec263121.tar.gz
[CHEF-3376] fix incorrect doc, add more docs
* fix incorrect statement in CookbookCompiler docs * Add lots of doc to RunContext
Diffstat (limited to 'lib/chef/run_context/cookbook_compiler.rb')
-rw-r--r--lib/chef/run_context/cookbook_compiler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_context/cookbook_compiler.rb b/lib/chef/run_context/cookbook_compiler.rb
index 12e45ca664..95c0b8a09d 100644
--- a/lib/chef/run_context/cookbook_compiler.rb
+++ b/lib/chef/run_context/cookbook_compiler.rb
@@ -77,7 +77,7 @@ class Chef
# Extracts the cookbook names from the expanded run list, then iterates
# over the list, recursing through dependencies to give a run_list
# ordered array of cookbook names with no duplicates. Dependencies appear
- # before the cookbook they depend on.
+ # before the cookbook(s) that depend on them.
def cookbook_order
@cookbook_order ||= begin
ordered_cookbooks = []