Skip to content

Commit 72bd2fb

Browse files
authored
Update Using-Parameters-In-A-Class-CPP.rst (#5757)
Updated code block type from console to cmake Signed-off-by: Connor Denihan <[email protected]>
1 parent f2e9334 commit 72bd2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -343,7 +343,7 @@ By adding the two lines below, we ensure our output is printed in our console.
343343
Now open the ``CMakeLists.txt`` file.
344344
Below the lines you added earlier, add the following lines of code.
345345

346-
.. code-block:: console
346+
.. code-block:: cmake
347347
348348
install(
349349
DIRECTORY launch

0 commit comments

Comments
 (0)