Skip to content

Commit 5d4d28a

Browse files
authored
fix: note on YAML and no as a value
1 parent 057b19c commit 5d4d28a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/setup/basics.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ available settings.
2424
whitespace is mostly a stylistic choice.
2525

2626
* In YAML, values do not need to be escaped, which can cause ambiguities if
27-
a value can be interpreted as different types, such as `no`, which could
28-
the a string or a boolean. TOML requires all strings to be quoted.
27+
a value can be interpreted as different types, such as `no` or `off`, which would
28+
both be interpreted as a boolean by YAML, when they could be intended as strings.
29+
TOML requires all strings to be quoted.
2930

3031
[TOML file format]: https://toml.io/
3132

0 commit comments

Comments
 (0)