Skip to content

Commit c564f0f

Browse files
Correct a sentence that didn't seem to be proper (#358)
1 parent 6ea5877 commit c564f0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/leaking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ horribly degenerate. Also *oh my gosh* it's such a ridiculous corner case.
179179
> Note: This API has already been removed from std, for more information
180180
> you may refer [issue #24292](https://github.com/rust-lang/rust/issues/24292).
181181
>
182-
> We still remain this chapter here because we think this example is still
183-
> important, regardless of if it is still in std.
182+
> This section remains here because we think this example is still
183+
> important, regardless of whether it is part of std or not.
184184
185185
The thread::scoped API intended to allow threads to be spawned that reference
186186
data on their parent's stack without any synchronization over that data by

0 commit comments

Comments
 (0)