summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/range.rb
diff options
context:
space:
mode:
authorSharif Nassar <sharif@mediatemple.net>2014-02-05 15:01:45 -0800
committerSharif Nassar <sharif@mediatemple.net>2014-02-05 15:01:45 -0800
commita972e0645b31cf1eb89874cb08b403bdc0fad3a4 (patch)
treeb0287e655c51232037602dcd112d3a4a8a53906c /lib/puppet/parser/functions/range.rb
parent5b85e7c39f34b3004881517f886d7f06f8f2a440 (diff)
Remove trailing whitespace
Diffstat (limited to 'lib/puppet/parser/functions/range.rb')
-rw-r--r--lib/puppet/parser/functions/range.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/parser/functions/range.rb b/lib/puppet/parser/functions/range.rb
index 0849491..ffbdf84 100644
--- a/lib/puppet/parser/functions/range.rb
+++ b/lib/puppet/parser/functions/range.rb
@@ -28,7 +28,7 @@ Will return: ["a","b","c"]
Will return: ["host01", "host02", ..., "host09", "host10"]
-Passing a third argument will cause the generated range to step by that
+Passing a third argument will cause the generated range to step by that
interval, e.g.
range("0", "9", "2")