mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 20:34:32 +03:00
Correct wording, closes #3098
This commit is contained in:
parent
6e0f5f6365
commit
699ab98187
@ -171,7 +171,7 @@ set:
|
|||||||
? item3
|
? item3
|
||||||
or: {item1, item2, 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:
|
set2:
|
||||||
item1: null
|
item1: null
|
||||||
item2: null
|
item2: null
|
||||||
|
Loading…
Reference in New Issue
Block a user