Skip to content

Commit

Permalink
Rollup merge of rust-lang#33456 - CryZe:barrier-wait-docs, r=Guillaum…
Browse files Browse the repository at this point in the history
…eGomez

Fix Typo in Barrier::wait documentation

This should be `have` instead of `has`.
  • Loading branch information
steveklabnik committed May 7, 2016
2 parents f092a13 + 32edf1d commit 1a8ec46
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 1a8ec46

Please sign in to comment.