From 184e0c5e2e4310218672ff21204d1dbd88f5baf6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 20:08:53 +0100 Subject: [PATCH] Update Colcon-Tutorial.rst (#4867) (#4932) Signed-off-by: Mattia Massarenti <121773111+M61ss@users.noreply.github.com> (cherry picked from commit f39b5dfc54524eff2e48c53d435b0082d331fb8f) Co-authored-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 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``.