Skip to content

Commit

Permalink
Update yaml_format.rst
Browse files Browse the repository at this point in the history
Fixed tiny errors
  • Loading branch information
marcel-burkhard authored and wouterj committed Jun 20, 2015
1 parent 711be67 commit 366add9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/yaml/yaml_format.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 366add9

Please sign in to comment.