diff options
Diffstat (limited to 'docs')
-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 |