docs: Fix typo in subdir_done() description

pull/13415/head
Will Thompson 7 months ago committed by Dylan Baker
parent 8548329586
commit cfc2f33ca0
  1. 6
      docs/yaml/functions/subdir_done.yaml

@ -5,7 +5,7 @@ description: |
Stops further interpretation of the Meson script file from the point
of the invocation. All steps executed up to this point are valid and
will be executed by Meson. This means that all targets defined before
the call of [[subdir_done]] will be build.
the call of [[subdir_done]] will be built.
If the current script was called by `subdir` the execution returns to
the calling directory and continues as if the script had reached the
@ -20,5 +20,5 @@ example: |
executable('exe2', 'exe2.cpp')
```
The executable `exe1` will be build, while the executable `exe2` is not
build.
The executable `exe1` will be built, while the executable `exe2` is not
built.

Loading…
Cancel
Save