summaryrefslogtreecommitdiff
path: root/abs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'abs.rb')
-rw-r--r--abs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs.rb b/abs.rb
index c3e90d4..0a554e4 100644
--- a/abs.rb
+++ b/abs.rb
@@ -12,7 +12,7 @@ module Puppet::Parser::Functions
value = arguments[0]
- # Numbers in Puppet are often string-encoded ...
+ # Numbers in Puppet are often string-encoded which is troublesome ...
if value.is_a?(String)
if value.match(/^-?(?:\d+)(?:\.\d+){1}$/)
value = value.to_f