Doc fix in constructor.d
This commit is contained in:
parent
28979baa6c
commit
7fa53704c5
|
@ -773,9 +773,9 @@ Node[] constructSet(ref Node node)
|
||||||
{
|
{
|
||||||
auto pairs = node.as!(Node.Pair[]);
|
auto pairs = node.as!(Node.Pair[]);
|
||||||
|
|
||||||
//In future, the map here should be replaced with something with deterministic
|
// In future, the map here should be replaced with something with deterministic
|
||||||
//memory allocation if possible.
|
// memory allocation if possible.
|
||||||
//Detect duplicates.
|
// Detect duplicates.
|
||||||
ubyte[Node] map;
|
ubyte[Node] map;
|
||||||
scope(exit){clear(map);}
|
scope(exit){clear(map);}
|
||||||
Node[] nodes;
|
Node[] nodes;
|
||||||
|
|
Loading…
Reference in a new issue