From 6a752e710e20199a59ad3c8d1f42e7feb43eec46 Mon Sep 17 00:00:00 2001 From: Stephanie Eng Date: Tue, 12 Dec 2023 14:06:04 -0500 Subject: [PATCH] Fix typo in docs --- hardware_interface/doc/mock_components_userdoc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware_interface/doc/mock_components_userdoc.rst b/hardware_interface/doc/mock_components_userdoc.rst index 573037a58d..4b54d5fa00 100644 --- a/hardware_interface/doc/mock_components_userdoc.rst +++ b/hardware_interface/doc/mock_components_userdoc.rst @@ -14,7 +14,7 @@ The main intention is to reduce debugging time on the physical hardware and boos Generic System ^^^^^^^^^^^^^^ -The component implements ``hardware_interface::SystemInterface>`` supporting command and state interfaces. +The component implements ``hardware_interface::SystemInterface`` supporting command and state interfaces. For more information about hardware components check :ref:`detailed documentation `. Features: