From 55b887b0cc5bbb76f6c48a8cc42a4b2d7ef3cf44 Mon Sep 17 00:00:00 2001 From: Ashton Larkin Date: Thu, 1 Jul 2021 17:59:12 -0400 Subject: [PATCH] Fix documentation for Sensor component Signed-off-by: Ashton Larkin --- include/ignition/gazebo/components/Sensor.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ignition/gazebo/components/Sensor.hh b/include/ignition/gazebo/components/Sensor.hh index 97ca8d74a0..2d7ddb39a3 100644 --- a/include/ignition/gazebo/components/Sensor.hh +++ b/include/ignition/gazebo/components/Sensor.hh @@ -31,7 +31,7 @@ namespace gazebo inline namespace IGNITION_GAZEBO_VERSION_NAMESPACE { namespace components { - /// \brief A component that identifies an entity as being a link. + /// \brief A component that identifies an entity as being a sensor. using Sensor = Component; IGN_GAZEBO_REGISTER_COMPONENT("ign_gazebo_components.Sensor", Sensor)