summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/template.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-22 16:09:48 -0800
committerTim Smith <tsmith@chef.io>2018-01-22 16:09:48 -0800
commit98a89f1548de156d8995d8240a672df3d6e0f0dd (patch)
tree2dc456918db3f110a16079ef448c4fd4afe80d08 /lib/chef/mixin/template.rb
parent9eb78fa2d0edb9366fc2bc34f9ec3954fda48261 (diff)
downloadchef-98a89f1548de156d8995d8240a672df3d6e0f0dd.tar.gz
Cleanup a bit of YARD and add a few things
Mostly remove some warnings when running yard on the CLI Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/mixin/template.rb')
-rw-r--r--lib/chef/mixin/template.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/chef/mixin/template.rb b/lib/chef/mixin/template.rb
index b10e036c4e..bb811aa758 100644
--- a/lib/chef/mixin/template.rb
+++ b/lib/chef/mixin/template.rb
@@ -23,7 +23,6 @@ class Chef
module Mixin
module Template
- # == ChefContext
# ChefContext was previously used to mix behavior into Erubis::Context so
# that it would be available to templates. This behavior has now moved to
# TemplateContext, but this module is still mixed in to the
@@ -32,7 +31,6 @@ class Chef
module ChefContext
end
- # == TemplateContext
# TemplateContext is the base context class for all templates in Chef. It
# defines user-facing extensions to the base Erubis::Context to provide
# enhanced features. Individual instances of TemplateContext can be
@@ -72,7 +70,7 @@ class Chef
# @return [String] recipe path
attr_reader :recipe_path
- # line in the recipe containing the template reosurce, e.g.:
+ # line in the recipe containing the template resource, e.g.:
# 2
#
# @return [String] recipe line