diff modules/stdlib/lib/puppet/functions/is_float.rb @ 424:4a2ee7e3b110

Update stdlib in case it fixed deprecation
author IBBoard <dev@ibboard.co.uk>
date Sun, 09 Oct 2022 10:34:32 +0100
parents d9352a684e62
children
line wrap: on
line diff
--- a/modules/stdlib/lib/puppet/functions/is_float.rb	Sun Oct 09 10:34:07 2022 +0100
+++ b/modules/stdlib/lib/puppet/functions/is_float.rb	Sun Oct 09 10:34:32 2022 +0100
@@ -1,5 +1,5 @@
 # @summary
-#   Wrapper that calls the Puppet 3.x funtion of the same name.
+#   Wrapper that calls the Puppet 3.x function of the same name.
 Puppet::Functions.create_function(:is_float) do
   # @param scope
   #   The main value that will be passed to the wrapped method