Skip to content

Commit

Permalink
Use correct part of speech in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
acl-cqc committed Nov 8, 2023
1 parent 0db934c commit 6014075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ impl UnificationContext {
println!("{:?}", relations.graph);

// Process the strongly-connected components. petgraph/sccs() returns these
// depended-upon before depender, as we need.
// depended-upon before dependant, as we need.
for cc in relations.sccs() {
// Strongly connected components are looping constraint dependencies.
// This means that each metavariable in the CC has the same solution.
Expand Down

0 comments on commit 6014075

Please sign in to comment.