Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jul 7, 2024
1 parent 79e6674 commit d3c28b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public final class DependencyTreeGenerator {
}
}

// Check received children for cycles.
// Check children for cycles.
var childPropertyStack = propertyStack
if let property {
childPropertyStack.insert(property, at: 0)
Expand Down

0 comments on commit d3c28b2

Please sign in to comment.