Skip to content

Commit b534d9f

Browse files
committed
Fix broken link
1 parent bffd211 commit b534d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/std/src/sync/barrier.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ impl Barrier {
9494
/// be used continuously.
9595
///
9696
/// A single (arbitrary) thread will receive a [`BarrierWaitResult`] that
97-
/// returns `true` from [`is_leader`] when returning from this function, and
98-
/// all other threads will receive a result that will return `false` from
99-
/// [`BarrierWaitResult::is_leader`].
97+
/// returns `true` from [`BarrierWaitResult::is_leader()`] when returning
98+
/// from this function, and all other threads will receive a result that
99+
/// will return `false` from [`BarrierWaitResult::is_leader()`].
100100
///
101101
/// # Examples
102102
///

0 commit comments

Comments
 (0)