File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ pub struct MutexGuard<'a, T: ?Sized + 'a> {
100100 lock : & ' a Mutex < T > ,
101101}
102102
103- /// A [`MutexGuard`] is not `Send` to maximize platform portablity .
103+ /// A [`MutexGuard`] is not `Send` to maximize platform portability .
104104///
105105/// On platforms that use POSIX threads (commonly referred to as pthreads) there is a requirement to
106106/// release mutex locks on the same thread they were acquired.
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ pub struct MutexGuard<'a, T: ?Sized + 'a> {
279279 poison : poison:: Guard ,
280280}
281281
282- /// A [`MutexGuard`] is not `Send` to maximize platform portablity .
282+ /// A [`MutexGuard`] is not `Send` to maximize platform portability .
283283///
284284/// On platforms that use POSIX threads (commonly referred to as pthreads) there is a requirement to
285285/// release mutex locks on the same thread they were acquired.
You can’t perform that action at this time.
0 commit comments