From 9055b5b7dbe609eb3b8e351fa8e24bd399c4a7cc Mon Sep 17 00:00:00 2001 From: Stephanie Eng Date: Thu, 14 Dec 2023 12:50:48 -0500 Subject: [PATCH] Fix typo in docs (#1219) Co-authored-by: Dr. Denis --- 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: