lib/active_shipping/carrier.rb in active_shipping-1.8.3 vs lib/active_shipping/carrier.rb in active_shipping-1.8.4
- old
+ new
@@ -153,10 +153,10 @@
# @return [void]
def save_request(r)
@last_request = r
end
- # Calculates a timestamp that corresponds a given number if business days in the future
+ # Calculates a timestamp that corresponds a given number of business days in the future
#
# @param days [Integer] The number of business days from now.
# @return [DateTime] A timestamp, the provided number of business days in the future.
def timestamp_from_business_day(days)
return unless days