Skip to content

Commit c0265b2

Browse files
committed
fix small typo on 'lib/concurrent': one -> on
1 parent aedc0cd commit c0265b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/concurrent.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# @!macro [new] monotonic_clock_warning
4747
#
48-
# @note Time calculations one all platforms and languages are sensitive to
48+
# @note Time calculations on all platforms and languages are sensitive to
4949
# changes to the system clock. To alleviate the potential problems
5050
# associated with changing the system clock while an application is running,
5151
# most modern operating systems provide a monotonic clock that operates
@@ -129,4 +129,4 @@
129129
# * Exclude features that don't make sense in Ruby
130130
# * Be small, lean, and loosely coupled
131131
module Concurrent
132-
end
132+
end

0 commit comments

Comments
 (0)