File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -967,8 +967,8 @@ pub fn park_timeout(dur: Duration) {
967967///
968968/// A `ThreadId` is an opaque object that uniquely identifies each thread
969969/// created during the lifetime of a process. `ThreadId`s are guaranteed not to
970- /// be reused, even if a thread dies . `ThreadId`s are under the control of
971- /// Rust's standard library and there may not be any relationship between
970+ /// be reused, even when a thread terminates . `ThreadId`s are under the control
971+ /// of Rust's standard library and there may not be any relationship between
972972/// `ThreadId` and the underlying platform's notion of a thread identifier --
973973/// the two concepts cannot, therefore, be used interchangeably. A `ThreadId`
974974/// can be retrieved from the [`id`] method on a [`Thread`].
You can’t perform that action at this time.
0 commit comments