Skip to content

Commit 7c7ce70

Browse files
authored
Update thread-class.md
1 parent 0e283aa commit 7c7ce70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/thread-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ An estimate of the number of hardware thread contexts. If the value cannot be co
103103
### Microsoft Specific
104104
`hardware_concurrency` is currently defined to return the number of logical processors, which corresponds to number of hardware threads that can be executed simultaneously. It takes into account number of physical processors, number of cores in each physical processor, and simultaneous multithreading on each single core.
105105

106-
However, on systems with more than 64 processors this number is capped by number of logical processor in a single group. See [Processor Groups](https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups).
106+
However, on systems with more than 64 logical processors this number is capped by number of logical processor in a single group. See [Processor Groups](https://docs.microsoft.com/en-us/windows/win32/procthread/processor-groups).
107107

108108
## <a name="id_class"></a> thread::id Class
109109

0 commit comments

Comments
 (0)