From c886ae136a947d8c0b2910ece73e553f603d48e2 Mon Sep 17 00:00:00 2001 From: vzvu3k6k Date: Fri, 25 Oct 2019 00:59:55 +0900 Subject: Remove a typo from comment Fixnum is removed by 12d6433, but this typo was remained. --- lib/axlsx/util/validators.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/axlsx/util/validators.rb b/lib/axlsx/util/validators.rb index 71652ef2..76ee2250 100644 --- a/lib/axlsx/util/validators.rb +++ b/lib/axlsx/util/validators.rb @@ -92,7 +92,7 @@ module Axlsx # Requires that the value is a Integer or Float and is greater or equal to 0 # @param [Any] v The value validated - # @raise [ArgumentError] raised if the value is not a Fixnun, Integer, Float value greater or equal to 0 + # @raise [ArgumentError] raised if the value is not a Integer, Float value greater or equal to 0 # @return [Boolean] true if the data is valid def self.validate_unsigned_numeric(v) DataTypeValidator.validate(:unsigned_numeric, Numeric, v, UINT_VALIDATOR) -- cgit v1.2.3