summaryrefslogtreecommitdiffstats
path: root/lib/puppet/reference/function.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/reference/function.rb')
-rw-r--r--lib/puppet/reference/function.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/reference/function.rb b/lib/puppet/reference/function.rb
index 5c62c88d5..0dc2f7967 100644
--- a/lib/puppet/reference/function.rb
+++ b/lib/puppet/reference/function.rb
@@ -6,7 +6,7 @@ There are two types of functions in Puppet: Statements and rvalues.
Statements stand on their own and do not return arguments; they are used for
performing stand-alone work like importing. Rvalues return values and can
only be used in a statement requiring a value, such as an assignment or a case
-statement.
+statement.
Here are the functions available in Puppet: