File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ namespace phlex::experimental {
171171 nodes_.unfolds ,
172172 nodes_.transforms );
173173
174- // The hierarchy node is used to report which data layers have been processed. To
175- // assemble the report, data-cell indices from the input node/driver are recorded as
176- // well as any data-cell indices created via an unfold.
174+ // The hierarchy node is used to report which data layers have been seen by the
175+ // framework. To assemble the report, data-cell indices emitted by the input node are
176+ // recorded as well as any data-cell indices emitted by an unfold.
177177 make_edge (src_, hierarchy_node_);
178178 for (auto & [_, node] : nodes_.unfolds ) {
179179 make_edge (node->sender (), hierarchy_node_);
You can’t perform that action at this time.
0 commit comments