Added note about the space after commas in YAML

This commit is contained in:
Thomas Lovén 2018-08-28 23:11:03 +02:00
parent b43802b396
commit 443b492685

View File

@ -253,6 +253,7 @@ Children:
Things to note: Things to note:
- The space after the comma is important.
- The value of `Hobbies` is a list. Like above, each line of the value is - The value of `Hobbies` is a list. Like above, each line of the value is
indented by an equal number of spaces. indented by an equal number of spaces.
- The value of `Phones` is a dictionary. The same indentation rules apply. - The value of `Phones` is a dictionary. The same indentation rules apply.