From 5a4775caea0a7c5554bae6568a4222189c0a728a Mon Sep 17 00:00:00 2001 From: Mattia Massarenti <121773111+M61ss@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:04:34 +0100 Subject: [PATCH] Update Colcon-Tutorial.rst (#4867) Signed-off-by: Mattia Massarenti <121773111+M61ss@users.noreply.github.com> (cherry picked from commit f39b5dfc54524eff2e48c53d435b0082d331fb8f) --- 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 92d9b8fa98c..1e94a073900 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``.