Skip to content

Commit eae2851

Browse files
committed
Clarify
1 parent fe562f6 commit eae2851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def self.physical_processor_count
153153
# For performance reasons the calculated value will be memoized on the first
154154
# call.
155155
#
156-
# @return [nil, Float] number of available processors seen by the OS or Java runtime
156+
# @return [nil, Float] number of available processors
157157
def self.available_processor_count
158158
processor_counter.available_processor_count
159159
end

0 commit comments

Comments
 (0)