From 443b4926854b16c8bd697551faf7ede97153e85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 28 Aug 2018 23:11:03 +0200 Subject: [PATCH] Added note about the space after commas in YAML --- pages/2018-08-27-YAML-For-Nonprogrammers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/2018-08-27-YAML-For-Nonprogrammers.md b/pages/2018-08-27-YAML-For-Nonprogrammers.md index 7c66289..3125f01 100644 --- a/pages/2018-08-27-YAML-For-Nonprogrammers.md +++ b/pages/2018-08-27-YAML-For-Nonprogrammers.md @@ -253,6 +253,7 @@ Children: 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 indented by an equal number of spaces. - The value of `Phones` is a dictionary. The same indentation rules apply.