We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 092b073 + 7609c64 commit 01a0207Copy full SHA for 01a0207
src/libstd/sync/mutex.rs
@@ -206,8 +206,8 @@ impl<T: ?Sized> Mutex<T> {
206
/// the guard goes out of scope, the mutex will be unlocked.
207
///
208
/// The exact behavior on locking a mutex in the thread which already holds
209
- /// the lock is left unspecified, however, this function will not return on
210
- /// the second call, it might e.g. panic or deadlock.
+ /// the lock is left unspecified. However, this function will not return on
+ /// the second call (it might panic or deadlock, for example).
211
212
/// # Errors
213
0 commit comments