Skip to content

Commit

Permalink
style: fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Jul 10, 2023
1 parent 1751281 commit bff328e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rearch/lib/src/node.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ abstract class DataflowGraphNode implements Disposable {
if (!haveDepsChanged) continue;

if (disposableNodes.contains(node)) {
// Note: dependency/dependent relationships will be after this,
// Note: dependency/dependent relationships will be ok after this,
// since we are disposing all dependents in the build order,
// because we are adding this node to changedNodes
node.dispose();
Expand Down

0 comments on commit bff328e

Please sign in to comment.