diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2021-12-08 09:29:48 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-08 09:29:48 -0800 |
commit | 8f1b5f696109b2d71917217e76f47044e303afb3 (patch) | |
tree | 3e08fb42f2d27d88f31fc5ac25cf38f3a7ee96dc | |
parent | aaed8857d2fcee1360e56bcb6fbe29fd75bd0d45 (diff) | |
download | meson-add-configuration-configure_File.zip meson-add-configuration-configure_File.tar.gz meson-add-configuration-configure_File.tar.bz2 |
Update configure_file.yamladd-configuration-configure_File
-rw-r--r-- | docs/yaml/functions/configure_file.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/configure_file.yaml b/docs/yaml/functions/configure_file.yaml index c31c99b..b46d555 100644 --- a/docs/yaml/functions/configure_file.yaml +++ b/docs/yaml/functions/configure_file.yaml @@ -41,7 +41,7 @@ kwargs: substitutions. configuration: - type: "configuration_data | dict" + type: "cfg_data | dict[str | int | bool]" description: | As explained above, when passed this will provide the replacement data for the input file (if provided) or key value pairs to be |