summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reference
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-09 21:32:33 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-07-09 21:32:33 +0000
commit8807ac2950f1eff5efd5204c180d4cfc56378163 (patch)
treec593e0d62213e6dca40bff5b81cb0c2da490d77a /lib/puppet/reference
parentf5f894968a60a85ee197e8a6b1b29ffa3762ac2c (diff)
downloadpuppet-8807ac2950f1eff5efd5204c180d4cfc56378163.tar.gz
puppet-8807ac2950f1eff5efd5204c180d4cfc56378163.tar.xz
puppet-8807ac2950f1eff5efd5204c180d4cfc56378163.zip
Changing "element" to "resource" in the documentation, which just aligns with a terminology change we made almost a year ago.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2665 980ebf18-57e1-0310-9a29-db15c13687c0
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.