aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2022-01-23 15:17:57 +0100
committerEli Schwartz <eschwartz93@gmail.com>2022-04-07 17:16:26 -0400
commit8e13e63fcab24f0276e5b67ee1f4cd107be06824 (patch)
tree2d111dbe65376884a29d94de7dacd1fa53645e8b
parent7954a4c9cbf8355d8c8ea9b3d98df45d9f96f66e (diff)
downloadmeson-8e13e63fcab24f0276e5b67ee1f4cd107be06824.zip
meson-8e13e63fcab24f0276e5b67ee1f4cd107be06824.tar.gz
meson-8e13e63fcab24f0276e5b67ee1f4cd107be06824.tar.bz2
docs: Fix [[true]] --> `true`
-rw-r--r--docs/yaml/objects/cfg_data.yaml4
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