Skip to content

Commit 213c33c

Browse files
committed
Improve comment
1 parent f45e440 commit 213c33c

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
@@ -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_);

0 commit comments

Comments
 (0)