From e9885a1e6492931dbda4386bf60a40982929dc51 Mon Sep 17 00:00:00 2001 From: Eduarda <7891311+eduardacoppo@users.noreply.github.com> Date: Thu, 23 May 2024 14:51:07 -0300 Subject: [PATCH] fix: fix command to generate composition --- source/basics/recap.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basics/recap.html.md b/source/basics/recap.html.md index 7d864f7..1c35cbd 100644 --- a/source/basics/recap.html.md +++ b/source/basics/recap.html.md @@ -65,7 +65,7 @@ more complex functional units, by binding the components together. - a composition template is created using ~~~ - syskit gen NameOfComposition + syskit gen cmp NameOfComposition ~~~ - an element within a composition is declared with `add`, a component model (which can be another composition) and a name: