diff options
author | Divay Prakash <divayprakash3@gmail.com> | 2018-10-27 18:32:40 +0530 |
---|---|---|
committer | Divay Prakash <divayprakash3@gmail.com> | 2018-10-27 18:32:40 +0530 |
commit | 699ab98187ba01da8cf2874ef9048139a6727b5f (patch) | |
tree | ad61a59fa5fde12539f59341c6ae1fec96872bb1 /yaml.html.markdown | |
parent | 6e0f5f6365a65d208e5fff576632784d455042f4 (diff) |
Correct wording, closes #3098
Diffstat (limited to 'yaml.html.markdown')
-rw-r--r-- | yaml.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaml.html.markdown b/yaml.html.markdown index d51b2147..8683971e 100644 --- a/yaml.html.markdown +++ b/yaml.html.markdown @@ -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 |