Skip to content

Commit c37b9d9

Browse files
authored
Fixed typo. Added s to state_interfaces_ (#1930)
1 parent d40377d commit c37b9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller_interface/include/controller_interface/controller_interface_base.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class ControllerInterfaceBase : public rclcpp_lifecycle::node_interfaces::Lifecy
129129
* The configuration is used to check if controller can be activated and to claim interfaces from
130130
* hardware.
131131
* The claimed interfaces are populated in the
132-
* \ref ControllerInterfaceBase::state_interface_ "state_interface_" member.
132+
* \ref ControllerInterfaceBase::state_interfaces_ "state_interfaces_" member.
133133
*
134134
* \returns configuration of state interfaces.
135135
*/

0 commit comments

Comments
 (0)