From 4a17a7046439b5353bf89da565772756c1bb187a Mon Sep 17 00:00:00 2001 From: marcel-burkhard Date: Tue, 16 Jun 2015 09:00:44 +0200 Subject: [PATCH] Update yaml_format.rst Fixed tiny errors --- components/yaml/yaml_format.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index d7ddf6ebe3d..b822a4f178b 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -223,7 +223,7 @@ YAML uses indentation with one or more spaces to describe nested collections: PHP: 5.2 Propel: 1.3 -The following YAML is equivalent to the following PHP code: +The above YAML is equivalent to the following PHP code: .. code-block:: php @@ -240,7 +240,7 @@ The following YAML is equivalent to the following PHP code: There is one important thing you need to remember when using indentation in a YAML file: *Indentation must be done with one or more spaces, but never with -tabulations*. +tabulators*. You can nest sequences and mappings as you like: