diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-10-27 18:36:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-27 18:36:53 +0530 |
commit | 7125b0f59473d9a5960cd6af4200b1da13761f7e (patch) | |
tree | ad61a59fa5fde12539f59341c6ae1fec96872bb1 | |
parent | 6e0f5f6365a65d208e5fff576632784d455042f4 (diff) | |
parent | 699ab98187ba01da8cf2874ef9048139a6727b5f (diff) |
Merge pull request #3337 from divayprakash/fix-yaml
[yaml/en] Correct wording, closes #3098
-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 |