Skip to content

Commit d2a056a

Browse files
committed
Fix doc
Signed-off-by: Michael X. Grey <[email protected]>
1 parent 62347f2 commit d2a056a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rclrs/src/node.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ pub type Node = Arc<NodeState>;
7979
/// This is public so that you can choose to put it inside a [`Weak`] if you
8080
/// want to be able to refer to a [`Node`] in a non-owning way. It is generally
8181
/// recommended to manage the [`NodeState`] inside of an [`Arc`], and [`Node`]
82-
/// recommended to manage the `NodeState` inside of an [`Arc`], and [`Node`]
8382
/// is provided as convenience alias for that.
8483
///
8584
/// The public API of the [`Node`] type is implemented via `NodeState`.

0 commit comments

Comments
 (0)