mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 12:44:42 +03:00
fixed minor typo: "on the on the" -> "on the" (#1103)
This commit is contained in:
committed by
Sergey Zubkov
parent
d3a523eea8
commit
352e94babe
@@ -13840,7 +13840,7 @@ This implies that we cannot safely refer to local objects in `use()` from the th
|
|||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
Make "immortal threads" globals, put them in an enclosing scope, or put them on the on the free store rather than `detach()`.
|
Make "immortal threads" globals, put them in an enclosing scope, or put them on the free store rather than `detach()`.
|
||||||
[don't `detach`](#Rconc-detached_thread).
|
[don't `detach`](#Rconc-detached_thread).
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|||||||
Reference in New Issue
Block a user