diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2022-01-14 19:20:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-14 19:20:31 -0800 |
commit | 9cc222c048f343db57be3934596a9e7cec20225f (patch) | |
tree | 04a1aa9fb879b66ddc0238cbfa58928936ed639f | |
parent | f35e2fcb3e4709c0d341cd8c649a90d0b6856b3c (diff) | |
download | meson-9cc222c048f343db57be3934596a9e7cec20225f.zip meson-9cc222c048f343db57be3934596a9e7cec20225f.tar.gz meson-9cc222c048f343db57be3934596a9e7cec20225f.tar.bz2 |
docs/dep.yaml: davault -> default
-rw-r--r-- | docs/yaml/objects/dep.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/objects/dep.yaml b/docs/yaml/objects/dep.yaml index 23092c2..d847690 100644 --- a/docs/yaml/objects/dep.yaml +++ b/docs/yaml/objects/dep.yaml @@ -205,7 +205,7 @@ methods: default_value: type: str - description: The davault value to return when the variable does not exist + description: The default value to return when the variable does not exist pkgconfig_define: type: list[str] |