Skip to content

Commit ad906fe

Browse files
authored
fix typo Update inheritance-ordering.js (#5354)
1 parent 8939cb7 commit ad906fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checks/inheritance-ordering.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ for (const artifact of artifacts) {
3131
}
3232

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

0 commit comments

Comments
 (0)