We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83bedd8 + c0265b2 commit 986e020Copy full SHA for 986e020
lib/concurrent.rb
@@ -45,7 +45,7 @@
45
46
# @!macro [new] monotonic_clock_warning
47
#
48
-# @note Time calculations one all platforms and languages are sensitive to
+# @note Time calculations on all platforms and languages are sensitive to
49
# changes to the system clock. To alleviate the potential problems
50
# associated with changing the system clock while an application is running,
51
# most modern operating systems provide a monotonic clock that operates
@@ -129,4 +129,4 @@
129
# * Exclude features that don't make sense in Ruby
130
# * Be small, lean, and loosely coupled
131
module Concurrent
132
-end
+end
0 commit comments