From 480954cbbf4c426c5193ba62f4433d8a9184f0cb Mon Sep 17 00:00:00 2001 From: Benoit GALATI Date: Fri, 10 Aug 2018 18:20:12 +0200 Subject: [PATCH] Fix typo on which YAML values must not be quoted --- components/yaml/yaml_format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index 357cfdcac70..572e5c86de6 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -64,7 +64,7 @@ escaped with double quotes: ``\x19``, ``\x1a``, ``\e``, ``\x1c``, ``\x1d``, ``\x1e``, ``\x1f``, ``\N``, ``\_``, ``\L``, ``\P`` -Finally, there are other cases when the strings must be quoted, no matter if +Finally, there are other cases when the strings must not be quoted, no matter if you're using single or double quotes: * When the string is ``true`` or ``false`` (otherwise, it would be treated as a