Explorar el Código

Help/prop_dir/EXCLUDE_FROM_ALL: Minor wording fix

Nuno Nobre hace 1 año
padre
commit
ae33faa330
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Help/prop_dir/EXCLUDE_FROM_ALL.rst

+ 1 - 1
Help/prop_dir/EXCLUDE_FROM_ALL.rst

@@ -3,7 +3,7 @@ EXCLUDE_FROM_ALL
 
 Set this directory property to a true value on a subdirectory to exclude
 its targets from the "all" target of its ancestors.  If excluded, running
-e.g. ``make`` in the parent directory will not build targets the
+e.g. ``make`` in the parent directory will not build targets in the
 subdirectory by default.  This does not affect the "all" target of the
 subdirectory itself.  Running e.g. ``make`` inside the subdirectory will
 still build its targets.