We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d047214 commit e7f8bacCopy full SHA for e7f8bac
rclrs/src/publisher.rs
@@ -50,9 +50,9 @@ impl Drop for PublisherHandle {
50
/// The underlying RMW will decide on the concrete delivery mechanism (network stack, shared
51
/// memory, or intraprocess).
52
///
53
-/// Sending messages does not require the node's executor to [spin][2].
+/// Sending messages does not require the node's executor to [spin][1].
54
55
-/// [2]: crate::Executor::spin
+/// [1]: crate::Executor::spin
56
pub struct Publisher<T>
57
where
58
T: Message,
0 commit comments