Skip to content

Commit 32edf1d

Browse files
committed
Fix Typo in Barrier::wait documentation
This should be `have` instead of `has`.
1 parent 0c07a3c commit 32edf1d

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)