Skip to content

Commit 7a9c54c

Browse files
Update Using-Parameters-In-A-Class-CPP.rst (ros2#5757) (ros2#5758)
Updated code block type from console to cmake (cherry picked from commit 72bd2fb) Signed-off-by: Connor Denihan <188690869+cdenihan@users.noreply.github.com> Co-authored-by: Connor Denihan <188690869+cdenihan@users.noreply.github.com>
1 parent 9d0f399 commit 7a9c54c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Tutorials/Beginner-Client-Libraries/Using-Parameters-In-A-Class-CPP.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ By adding the two lines below, we ensure our output is printed in our console.
344344
Now open the ``CMakeLists.txt`` file.
345345
Below the lines you added earlier, add the following lines of code.
346346

347-
.. code-block:: console
347+
.. code-block:: cmake
348348
349349
install(
350350
DIRECTORY launch

0 commit comments

Comments
 (0)