Skip to content

Commit

Permalink
doc: that line was too long
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Apr 22, 2016
1 parent 6e03608 commit 7609c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/sync/mutex.rs
Expand Up @@ -206,8 +206,8 @@ impl<T: ?Sized> Mutex<T> {
/// the guard goes out of scope, the mutex will be unlocked.
///
/// The exact behavior on locking a mutex in the thread which already holds
/// the lock is left unspecified, however, this function will not return on
/// 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).
///
/// # Errors
///
Expand Down

0 comments on commit 7609c64

Please sign in to comment.