Skip to content

Commit b8df934

Browse files
authored
Clarify node parameters docs (ros2#1631)
Set and initialize seem redundant. Update the doc brief to match the equivalent in node.hpp. Signed-off-by: Jacob Perron <[email protected]>
1 parent ec70642 commit b8df934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/node_interfaces/node_parameters_interface.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class NodeParametersInterface
130130
std::vector<rcl_interfaces::msg::SetParametersResult>
131131
set_parameters(const std::vector<rclcpp::Parameter> & parameters) = 0;
132132

133-
/// Set and initialize a parameter, all at once.
133+
/// Set one or more parameters, all at once.
134134
/**
135135
* \sa rclcpp::Node::set_parameters_atomically
136136
*/

0 commit comments

Comments
 (0)