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.
1 parent 8b9b0da commit 83d31a3Copy full SHA for 83d31a3
lib/concurrent-ruby/concurrent/utility/processor_counter.rb
@@ -162,7 +162,7 @@ def self.available_processor_count
162
# Returns `nil` if there is no enforced limit, or a `Float` if the
163
# process is inside a cgroup with a dedicated CPU quota (typically Docker).
164
#
165
- # Note that nothing prevent to set a CPU quota higher than the actual number of
+ # Note that nothing prevents setting a CPU quota higher than the actual number of
166
# cores on the system.
167
168
# For performance reasons the calculated value will be memoized on the first
0 commit comments