Skip to content

Commit

Permalink
fix typo Update inheritance-ordering.js (#5354)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdqst authored Dec 12, 2024
1 parent 8939cb7 commit ad906fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checks/inheritance-ordering.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for (const artifact of artifacts) {
}

/// graphlib.alg.findCycles will not find minimal cycles.
/// We are only interested int cycles of lengths 2 (needs proof)
/// We are only interested in cycles of lengths 2 (needs proof)
graph.nodes().forEach((x, i, nodes) =>
nodes
.slice(i + 1)
Expand Down

0 comments on commit ad906fe

Please sign in to comment.