summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/zaml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/util/zaml.rb')
-rw-r--r--lib/puppet/util/zaml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/zaml.rb b/lib/puppet/util/zaml.rb
index 88c660cac..aff837077 100644
--- a/lib/puppet/util/zaml.rb
+++ b/lib/puppet/util/zaml.rb
@@ -1,7 +1,7 @@
#
# ZAML -- A partial replacement for YAML, writen with speed and code clarity
# in mind. ZAML fixes one YAML bug (loading Exceptions) and provides
-# a replacement for YAML.dump() unimaginatively called ZAML.dump(),
+# a replacement for YAML.dump unimaginatively called ZAML.dump,
# which is faster on all known cases and an order of magnitude faster
# with complex structures.
#