From 18cbd6d28e0ba8cd2c465d56e0625de364241ae0 Mon Sep 17 00:00:00 2001 From: Martin Pecka Date: Mon, 16 Sep 2024 13:54:16 +0200 Subject: [PATCH] tutorials/terminology: Fixed type Signed-off-by: Martin Pecka --- tutorials/terminology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/terminology.md b/tutorials/terminology.md index 7103fee7ec..ec0391475b 100644 --- a/tutorials/terminology.md +++ b/tutorials/terminology.md @@ -26,7 +26,7 @@ to developers touching the source code. * **System**: Logic that operates on all entities that have a given set of components. Systems are plugins that can be loaded at runtime. - Gazebo ships with various systems, and downstream develpers can + Gazebo ships with various systems, and downstream developers can [create their own systems](createsystemplugins.html). * **Entity-component manager** (**ECM**): Provides functions for