fixed minor typo: "on the on the" -> "on the" (#1103)

This commit is contained in:
Oleg Artenii 2017-12-13 19:52:13 +02:00 committed by Sergey Zubkov
parent d3a523eea8
commit 352e94babe

View File

@ -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