Skip to content

Commit 2c2dad2

Browse files
committed
Improve comment
1 parent f49abab commit 2c2dad2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phlex/core/framework_graph.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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_);

0 commit comments

Comments
 (0)