Skip to content

Commit e7f8bac

Browse files
committed
Update reference index
Signed-off-by: Michael X. Grey <[email protected]>
1 parent d047214 commit e7f8bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rclrs/src/publisher.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ impl Drop for PublisherHandle {
5050
/// The underlying RMW will decide on the concrete delivery mechanism (network stack, shared
5151
/// memory, or intraprocess).
5252
///
53-
/// Sending messages does not require the node's executor to [spin][2].
53+
/// Sending messages does not require the node's executor to [spin][1].
5454
///
55-
/// [2]: crate::Executor::spin
55+
/// [1]: crate::Executor::spin
5656
pub struct Publisher<T>
5757
where
5858
T: Message,

0 commit comments

Comments
 (0)