From c564f0fbf3879ab1c6312bb417dc0e663f505c34 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Sat, 7 May 2022 03:40:05 +0200 Subject: [PATCH] Correct a sentence that didn't seem to be proper (#358) --- src/leaking.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/leaking.md b/src/leaking.md index 8c2ea024..ea29595f 100644 --- a/src/leaking.md +++ b/src/leaking.md @@ -179,8 +179,8 @@ horribly degenerate. Also *oh my gosh* it's such a ridiculous corner case. > Note: This API has already been removed from std, for more information > you may refer [issue #24292](https://github.com/rust-lang/rust/issues/24292). > -> We still remain this chapter here because we think this example is still -> important, regardless of if it is still in std. +> This section remains here because we think this example is still +> important, regardless of whether it is part of std or not. The thread::scoped API intended to allow threads to be spawned that reference data on their parent's stack without any synchronization over that data by