Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Signed-off-by: J Robert Ray <[email protected]>
  • Loading branch information
jrray committed Aug 26, 2024
1 parent acb227e commit 82ebc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spk-solve/src/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ impl SolverRuntime {
) {
// After encountering a solver error, start trying a new path from the
// oldest fork. Experimentation shows that this is able to discover
// a valid solution must faster than going back to the newest fork,
// a valid solution much faster than going back to the newest fork,
// for problem cases that get stuck in a bad path.
match history.pop() {
Some((n, _)) => {
Expand Down

0 comments on commit 82ebc35

Please sign in to comment.