Skip to content

Commit e82cb54

Browse files
Soya-Onishinnmm
andcommitted
Fix doc for more cleanliness
Co-authored-by: Nikolai Morin <[email protected]>
1 parent bbcb18c commit e82cb54

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rclrs/src/context.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,13 @@ impl Context {
143143
.build()
144144
}
145145

146-
/// Creates a [`NodeBuilder`][1]
146+
/// Creates a [`NodeBuilder`][1].
147+
///
148+
/// Convenience function equivalent to [`NodeBuilder::new`][2].
149+
/// Please see that function's documentation.
147150
///
148151
/// [1]: crate::NodeBuilder
152+
/// [2]: crate::NodeBuilder::new
149153
///
150154
/// # Example
151155
/// ```

0 commit comments

Comments
 (0)