Skip to content

Commit ee94bc6

Browse files
authored
Minor naming fixes for ParameterValue to_string() function (#2609)
More appropriate function argument naming. Refer to: https://github.com/ros2/rclcpp/blob/rolling/rclcpp/src/rclcpp/parameter_value.cpp#L83 Signed-off-by: Kang, Hsin-Yi <f039281310@yahoo.com.tw>
1 parent b7c7893 commit ee94bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rclcpp/include/rclcpp/parameter_value.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class ParameterValue
359359
/// Return the value of a parameter as a string
360360
RCLCPP_PUBLIC
361361
std::string
362-
to_string(const ParameterValue & type);
362+
to_string(const ParameterValue & value);
363363

364364
} // namespace rclcpp
365365

0 commit comments

Comments
 (0)