Skip to content

Commit 099e087

Browse files
committed
Rollup merge of #33456 - CryZe:barrier-wait-docs, r=GuillaumeGomez
Fix Typo in Barrier::wait documentation This should be `have` instead of `has`.
2 parents f4453bb + 32edf1d commit 099e087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sync/barrier.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl Barrier {
7171
}
7272
}
7373

74-
/// Blocks the current thread until all threads has rendezvoused here.
74+
/// Blocks the current thread until all threads have rendezvoused here.
7575
///
7676
/// Barriers are re-usable after all threads have rendezvoused once, and can
7777
/// be used continuously.

0 commit comments

Comments
 (0)