]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
Changed wording from numeric to integer.
authorKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Fri, 29 Apr 2011 03:19:30 +0000 (04:19 +0100)
committerKrzysztof Wilczynski <krzysztof.wilczynski@linux.com>
Fri, 29 Apr 2011 03:19:30 +0000 (04:19 +0100)
Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
range.rb

index a6a9f2290b4fe42d8d7357be9d1a4efbfb10f9d8..68124e1f2fbd458c8e761126ad436dbb05158237 100644 (file)
--- a/range.rb
+++ b/range.rb
@@ -34,7 +34,7 @@ module Puppet::Parser::Functions
       end
     end
 
-      # Check whether we have numeric value if so then make it so ...
+      # Check whether we have integer value if so then make it so ...
       if start.match(/^\d+$/)
         start = start.to_i
         stop  = stop.to_i