summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/resource_template.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/util/resource_template.rb')
-rw-r--r--lib/puppet/util/resource_template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/resource_template.rb b/lib/puppet/util/resource_template.rb
index 164d75ae3..ceb9ea389 100644
--- a/lib/puppet/util/resource_template.rb
+++ b/lib/puppet/util/resource_template.rb
@@ -8,7 +8,7 @@ require 'erb'
# This provides functionality essentially equivalent to
# the language's template() function. You pass your file
# path and the resource you want to use into the initialization
-# method, then call result() on the instance, and you get back
+# method, then call result on the instance, and you get back
# a chunk of text.
# The resource's parameters are available as instance variables
# (as opposed to the language, where we use a method_missing trick).