Skip to content

Commit 1bd705f

Browse files
committed
add phrase 'nesting level zero' to docs
1 parent a83adfb commit 1bd705f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/ref/choice_maps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ value1 == submap[:b] # is true
4747
value_submap = get_submap(choicemap, :a => :b)
4848
value_submap[] == value1 # is true
4949
```
50+
One can think of `ValueChoiceMap`s at storing being a choicemap which has a value at "nesting level zero",
51+
while other choicemaps have values at "nesting level" one or higher.
5052

5153
### Interface
5254

0 commit comments

Comments
 (0)