diff options
| author | Gerion Entrup <gerion.entrup@flump.de> | 2023-10-27 01:05:13 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-11-22 22:29:49 +0200 |
| commit | 36059814661660eeca33c7553b50d35fb798b6f0 (patch) | |
| tree | 8f25efded7e7dbeb35702e0df668c305ccb4b027 /docs/yaml/functions | |
| parent | 63453564ee697ebf4741f082b8d678ed15455a51 (diff) | |
| download | meson-36059814661660eeca33c7553b50d35fb798b6f0.tar.gz | |
docs/dependency: fix type of version kwarg
Diffstat (limited to 'docs/yaml/functions')
| -rw-r--r-- | docs/yaml/functions/dependency.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/dependency.yaml b/docs/yaml/functions/dependency.yaml index 5ae1634bf..74981b2d9 100644 --- a/docs/yaml/functions/dependency.yaml +++ b/docs/yaml/functions/dependency.yaml @@ -179,7 +179,7 @@ kwargs: subproject if it was not set explicitly in `default_options` keyword argument. version: - type: str + type: list[str] | str since: 0.37.0 description: | Specifies the required version, |
