We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c07a3c commit 32edf1dCopy full SHA for 32edf1d
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