Skip to content

Commit 9f3de0d

Browse files
committed
fix docs
1 parent 98852d1 commit 9f3de0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compute/src/server.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -724,10 +724,10 @@ impl<'w, A: Allocate + 'static> Worker<'w, A> {
724724
}
725725
}
726726

727-
/// Spawn a thread to bridge between [`ClusterClient`] and [`Worker`] channels.
727+
/// Spawn a thread to bridge between `ClusterClient` and [`Worker`] channels.
728728
///
729729
/// The [`Worker`] expects a pair of persistent channels, with punctuation marking reconnects,
730-
/// while the [`ClusterClient`] provides a new pair of channels on each reconnect.
730+
/// while the `ClusterClient` provides a new pair of channels on each reconnect.
731731
fn spawn_channel_adapter(
732732
client_rx: crossbeam_channel::Receiver<(
733733
crossbeam_channel::Receiver<ComputeCommand>,

0 commit comments

Comments
 (0)