Skip to content

Commit 480954c

Browse files
committed
Fix typo on which YAML values must not be quoted
1 parent da438c0 commit 480954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml/yaml_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ escaped with double quotes:
6464
``\x19``, ``\x1a``, ``\e``, ``\x1c``, ``\x1d``, ``\x1e``, ``\x1f``, ``\N``,
6565
``\_``, ``\L``, ``\P``
6666

67-
Finally, there are other cases when the strings must be quoted, no matter if
67+
Finally, there are other cases when the strings must not be quoted, no matter if
6868
you're using single or double quotes:
6969

7070
* When the string is ``true`` or ``false`` (otherwise, it would be treated as a

0 commit comments

Comments
 (0)