Skip to content

Commit 986e020

Browse files
authored
Merge pull request #751 from rubemz/fix/small-typo
fix small typo on 'lib/concurrent': one -> on
2 parents 83bedd8 + c0265b2 commit 986e020

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)