From 3f71dcd818eb6d1c8048d16b499e64ee3ac1af21 Mon Sep 17 00:00:00 2001 From: Mattia Massarenti <121773111+M61ss@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:41:07 +0100 Subject: [PATCH] Update Colcon-Tutorial.rst clarification Signed-off-by: Mattia Massarenti <121773111+M61ss@users.noreply.github.com> --- source/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.rst b/source/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.rst index 5b96c9657c..73fb3a8eeb 100644 --- a/source/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.rst +++ b/source/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.rst @@ -340,7 +340,7 @@ The ``colcon-argcomplete`` package must be installed, and `some setup may be req Tips ---- -* If you do not want to build a specific package place an empty file named ``COLCON_IGNORE`` in the directory and it will not be indexed. +* If you do not want to build a specific package, then place an empty file named ``COLCON_IGNORE`` in the directory and it will not be indexed. * If you want to avoid configuring and building tests in CMake packages you can pass: ``--cmake-args -DBUILD_TESTING=0``.