Skip to content

Commit 048acaf

Browse files
committed
fix bad intradoc link
1 parent dbe259e commit 048acaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/saluki-core/src/components/spawner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ impl ComponentSpawner {
204204

205205
/// A child task that has been described but not yet spawned.
206206
///
207-
/// Created by [`ComponentSpawner::noninterruptible` or [`ComponentSpawner::interruptible`], and consumed by
207+
/// Created by [`ComponentSpawner::noninterruptible`] or [`ComponentSpawner::interruptible`], and consumed by
208208
/// [`spawn`][Self::spawn].
209209
#[must_use = "a child is only started when `spawn` is called"]
210210
pub struct ChildBuilder<'a> {

0 commit comments

Comments
 (0)