From 8e13e63fcab24f0276e5b67ee1f4cd107be06824 Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 23 Jan 2022 15:17:57 +0100 Subject: docs: Fix [[true]] --> `true` --- docs/yaml/objects/cfg_data.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 -- cgit v1.1