diff options
| author | Will Thompson <wjt@endlessos.org> | 2024-07-11 14:29:23 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-07-11 09:05:30 -0700 |
| commit | cfc2f33ca020df51eabe84a1da2ca9dce6f48ca0 (patch) | |
| tree | feda8ab90b57e4c64aaaa4ad7131cd85ed9bc180 | |
| parent | 85483295867dbc0c2ab1357b9fe0ca40e320e8a3 (diff) | |
| download | meson-cfc2f33ca020df51eabe84a1da2ca9dce6f48ca0.tar.gz | |
docs: Fix typo in subdir_done() description
| -rw-r--r-- | docs/yaml/functions/subdir_done.yaml | 6 |
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. |
