diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2022-01-23 15:17:57 +0100 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2022-04-07 17:16:26 -0400 |
commit | 8e13e63fcab24f0276e5b67ee1f4cd107be06824 (patch) | |
tree | 2d111dbe65376884a29d94de7dacd1fa53645e8b | |
parent | 7954a4c9cbf8355d8c8ea9b3d98df45d9f96f66e (diff) | |
download | meson-8e13e63fcab24f0276e5b67ee1f4cd107be06824.zip meson-8e13e63fcab24f0276e5b67ee1f4cd107be06824.tar.gz meson-8e13e63fcab24f0276e5b67ee1f4cd107be06824.tar.bz2 |
docs: Fix [[true]] --> `true`
-rw-r--r-- | docs/yaml/objects/cfg_data.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/objects/cfg_data.yaml b/docs/yaml/objects/cfg_data.yaml index 5cc4b84..03abb17 100644 --- a/docs/yaml/objects/cfg_data.yaml +++ b/docs/yaml/objects/cfg_data.yaml @@ -50,8 +50,8 @@ methods: need to pass numbers use the `.set` method. warnings: - numeric values < 0 have the surprising behavior of being converted to - [[true]], values > 1 have the more expected but unintentional behavior of - being interpretered as [[true]]. + `true`, values > 1 have the more expected but unintentional behavior of + being interpreted as `true`. kwargs_inherit: cfg_data.set |