Skip to content

Commit

Permalink
A bit of language in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Nov 21, 2023
1 parent 51d7228 commit f0b8852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloud/backoff_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
end

pp intervals.map { |i| i.round(2) }
puts "Total: #{intervals.sum.round(2)} (#{(intervals.sum/1_000.0).round(2)})"
puts "Total: #{intervals.sum.round(2)}ms (#{(intervals.sum/1_000.0).round(2)} sec)"

0 comments on commit f0b8852

Please sign in to comment.