File tree 1 file changed +2
-2
lines changed
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) {
967
967
///
968
968
/// A `ThreadId` is an opaque object that uniquely identifies each thread
969
969
/// 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
972
972
/// `ThreadId` and the underlying platform's notion of a thread identifier --
973
973
/// the two concepts cannot, therefore, be used interchangeably. A `ThreadId`
974
974
/// can be retrieved from the [`id`] method on a [`Thread`].
You can’t perform that action at this time.
0 commit comments