mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
fixed minor typo: "on the on the" -> "on the" (#1103)
This commit is contained in:
parent
d3a523eea8
commit
352e94babe
|
@ -13840,7 +13840,7 @@ This implies that we cannot safely refer to local objects in `use()` from the th
|
|||
|
||||
##### 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).
|
||||
|
||||
##### Note
|
||||
|
|
Loading…
Reference in New Issue
Block a user