Skip to content

Commit 87108a5

Browse files
committed
sync: fix doc link typo cr|e|ate
1 parent a1a9ac0 commit 87108a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio/src/sync/broadcast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ impl<T> Receiver<T> {
11731173
/// Returns true if there aren't any messages in the channel that the [`Receiver`]
11741174
/// has yet to receive.
11751175
///
1176-
/// [`Receiver]: create::sync::broadcast::Receiver
1176+
/// [`Receiver]: crate::sync::broadcast::Receiver
11771177
///
11781178
/// # Examples
11791179
///

0 commit comments

Comments
 (0)