summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reference
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/reference')
-rw-r--r--lib/puppet/reference/type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/reference/type.rb b/lib/puppet/reference/type.rb
index 0093a555a..b84a761cc 100644
--- a/lib/puppet/reference/type.rb
+++ b/lib/puppet/reference/type.rb
@@ -11,7 +11,7 @@ type = Puppet::Util::Reference.newreference :type, :doc => "All Puppet resource
str = %{
Metaparameters
--------------
-Metaparameters are parameters that work with any element; they are part of the
+Metaparameters are parameters that work with any resource type; they are part of the
Puppet framework itself rather than being part of the implementation of any
given instance. Thus, any defined metaparameter can be used with any instance
in your manifest, including defined components.