summaryrefslogtreecommitdiffstats
path: root/lib/puppet/property.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/property.rb')
-rw-r--r--lib/puppet/property.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/property.rb b/lib/puppet/property.rb
index d86c1fdc0..c7165fe6e 100644
--- a/lib/puppet/property.rb
+++ b/lib/puppet/property.rb
@@ -201,7 +201,7 @@ class Puppet::Property < Puppet::Parameter
super
end
- # each property class must define the name() method, and property instances
+ # each property class must define the name method, and property instances
# do not change that name
# this implicitly means that a given object can only have one property
# instance of a given property class