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 @@ -172,9 +172,9 @@ namespace phlex::experimental {
172172 nodes_.unfolds ,
173173 nodes_.transforms );
174174
175- // The hierarchy node is used to report which data layers have been processed. To
176- // assemble the report, data-cell indices from the input node/driver are recorded as
177- // well as any data-cell indices created via an unfold.
175+ // The hierarchy node is used to report which data layers have been seen by the
176+ // framework. To assemble the report, data-cell indices emitted by the input node are
177+ // recorded as well as any data-cell indices emitted by an unfold.
178178 make_edge (src_, hierarchy_node_);
179179 for (auto & [_, node] : nodes_.unfolds ) {
180180 make_edge (node->sender (), hierarchy_node_);
You can’t perform that action at this time.
0 commit comments