Skip to content

Commit

Permalink
Fix typo in getting started guide
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Masselink <patrick.masselink@zettascale.tech>
  • Loading branch information
PatrickM-ZS authored and eboasson committed Mar 22, 2024
1 parent 81c1d44 commit 2246c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/getting_started/helloworld/helloworld_idl.rst
Expand Up @@ -179,7 +179,7 @@ Generated files with the IDL compiler

.. code-block:: console
idlc -l C++ HelloWorldData.idl
idlc -l cxx HelloWorldData.idl
This results in the following new files that need to be compiled and
their associated object file linked with the Hello *World!* publisher
Expand Down

0 comments on commit 2246c00

Please sign in to comment.