Skip to content

Commit

Permalink
Fix Typo in Barrier::wait documentation
Browse files Browse the repository at this point in the history
This should be `have` instead of `has`.
  • Loading branch information
CryZe committed May 6, 2016
1 parent 0c07a3c commit 32edf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sync/barrier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ impl Barrier {
}
}

/// Blocks the current thread until all threads has rendezvoused here.
/// Blocks the current thread until all threads have rendezvoused here.
///
/// Barriers are re-usable after all threads have rendezvoused once, and can
/// be used continuously.
Expand Down

0 comments on commit 32edf1d

Please sign in to comment.