Skip to content

Commit 606d605

Browse files
committed
minor #5406 Update yaml_format.rst (marcel-burkhard)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes #5406). Discussion ---------- Update yaml_format.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | no Commits ------- 366add9 Update yaml_format.rst
2 parents 711be67 + 366add9 commit 606d605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/yaml/yaml_format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ YAML uses indentation with one or more spaces to describe nested collections:
223223
PHP: 5.2
224224
Propel: 1.3
225225
226-
The following YAML is equivalent to the following PHP code:
226+
The above YAML is equivalent to the following PHP code:
227227

228228
.. code-block:: php
229229
@@ -240,7 +240,7 @@ The following YAML is equivalent to the following PHP code:
240240
241241
There is one important thing you need to remember when using indentation in a
242242
YAML file: *Indentation must be done with one or more spaces, but never with
243-
tabulations*.
243+
tabulators*.
244244

245245
You can nest sequences and mappings as you like:
246246

0 commit comments

Comments
 (0)