We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd458e6 commit 297c07cCopy full SHA for 297c07c
docs/src/internals/varnamedtuple.md
@@ -75,7 +75,7 @@ Unlike I said above, let's say that VNT isn't just nested NamedTuples with some
75
Our earlier example of `VarNamedTuple(@varname(x) => 1, @varname(y.z) => 2; make_leaf=f)` would be stored as a tree like
76
77
```
78
- ==NT==
+ --NT--
79
x / \ y
80
f(1, identity) NT
81
\ z
0 commit comments