From 587ec8d05b6a00afc686722f84fe41e38e49e44f Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Fri, 12 Mar 2021 15:14:08 +0100 Subject: [PATCH] Clarify tutorial creates a new msg type Instead of something else --- _docs/tutorials/core/create_new_type/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/tutorials/core/create_new_type/index.md b/_docs/tutorials/core/create_new_type/index.md index 33b5e63d..c8d17068 100644 --- a/_docs/tutorials/core/create_new_type/index.md +++ b/_docs/tutorials/core/create_new_type/index.md @@ -1,5 +1,5 @@ --- -title: How to create a new micro-ROS type +title: How to create a new micro-ROS message type permalink: /docs/tutorials/core/create_new_type/ ---