summaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml')
-rw-r--r--docs/yaml/functions/subdir_done.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/yaml/functions/subdir_done.yaml b/docs/yaml/functions/subdir_done.yaml
index 1e2a3493a..51fd6c9dc 100644
--- a/docs/yaml/functions/subdir_done.yaml
+++ b/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.