diff options
| author | Will Thompson <wjt@endlessos.org> | 2024-07-11 14:29:34 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2024-07-11 09:05:30 -0700 |
| commit | f978b26fd6718cbf7fc178174352c46eae779e23 (patch) | |
| tree | f87c5aeef5a60f4cfe8f0de6e03b5e883c0ce0ee /docs/yaml | |
| parent | cfc2f33ca020df51eabe84a1da2ca9dce6f48ca0 (diff) | |
| download | meson-f978b26fd6718cbf7fc178174352c46eae779e23.tar.gz | |
docs: Add some commas to subdir_done() description
It's subjective but I think that breaking the sentences in this way
makes them easier to follow.
Diffstat (limited to 'docs/yaml')
| -rw-r--r-- | docs/yaml/functions/subdir_done.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/functions/subdir_done.yaml b/docs/yaml/functions/subdir_done.yaml index 51fd6c9dc..bf8dc5141 100644 --- a/docs/yaml/functions/subdir_done.yaml +++ b/docs/yaml/functions/subdir_done.yaml @@ -7,9 +7,9 @@ description: | will be executed by Meson. This means that all targets defined before the call of [[subdir_done]] will be built. - If the current script was called by `subdir` the execution returns to + If the current script was called by `subdir`, the execution returns to the calling directory and continues as if the script had reached the - end. If the current script is the top level script Meson configures + end. If the current script is the top level script, Meson configures the project as defined up to this point. example: | |
