From 044e88bc1cf08a6c469259dc4808a14de368e25d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 16 Dec 2014 16:43:32 +0100 Subject: [PATCH] Fixed a minor typo --- 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 1d45167fc52..d9a290f9537 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -46,7 +46,7 @@ must be doubled to escape it: 'A single quote '' inside a single-quoted string' Strings containing any of the following characters must be quoted. Although you -can use double quotes, for these characters is more convenient to use single +can use double quotes, for these characters it is more convenient to use single quotes, which avoids having to escape any backslash ``\``: * ``:``