Skip to content

Commit 83d31a3

Browse files
committed
Fix a small grammar issue.
1 parent 8b9b0da commit 83d31a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent-ruby/concurrent/utility/processor_counter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def self.available_processor_count
162162
# Returns `nil` if there is no enforced limit, or a `Float` if the
163163
# process is inside a cgroup with a dedicated CPU quota (typically Docker).
164164
#
165-
# Note that nothing prevent to set a CPU quota higher than the actual number of
165+
# Note that nothing prevents setting a CPU quota higher than the actual number of
166166
# cores on the system.
167167
#
168168
# For performance reasons the calculated value will be memoized on the first

0 commit comments

Comments
 (0)