diff options
author | Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | 2011-04-26 04:21:00 +0100 |
---|---|---|
committer | Krzysztof Wilczynski <krzysztof.wilczynski@linux.com> | 2011-04-26 04:21:00 +0100 |
commit | c229a323a11c3d233eeac60754d1284464f2418b (patch) | |
tree | 409a5f26c8151c919b729eb6ced4b188fd7b78cb | |
parent | 6776d09c0a6ee3b7ba44711849b69674b00e783a (diff) | |
download | puppet-stdlib-c229a323a11c3d233eeac60754d1284464f2418b.tar.gz puppet-stdlib-c229a323a11c3d233eeac60754d1284464f2418b.tar.bz2 |
Changed comment line wording.
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
-rw-r--r-- | size.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ module Puppet::Parser::Functions # for both integer and floating-point values ... # # Please note that Puppet has no notion of hexadecimal - # nor octal numbers for at this point in time ... + # nor octal numbers for its DSL at this point in time ... # Float(item) |