We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4453bb + 32edf1d commit 099e087Copy full SHA for 099e087
src/libstd/sync/barrier.rs
@@ -71,7 +71,7 @@ impl Barrier {
71
}
72
73
74
- /// Blocks the current thread until all threads has rendezvoused here.
+ /// Blocks the current thread until all threads have rendezvoused here.
75
///
76
/// Barriers are re-usable after all threads have rendezvoused once, and can
77
/// be used continuously.
0 commit comments