1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 13:02:14 +02:00

Merge pull request #3337 from divayprakash/fix-yaml

[yaml/en] Correct wording, closes #3098
This commit is contained in:
Divay Prakash
2018-10-27 18:36:53 +05:30
committed by GitHub

View File

@@ -171,7 +171,7 @@ set:
? item3
or: {item1, item2, item3}
# Like Python, sets are just maps with null values; the above is equivalent to:
# Sets are just maps with null values; the above is equivalent to:
set2:
item1: null
item2: null