Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Nov 7, 2024
1 parent 7720402 commit 5075725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/algorithms/substitute.cc
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ bool substitute::Rules::is_present(Ex& rules) const

// If rule has been changed, erase it.
if (!rule_unchanged) {
properties.erase(rules_it);
properties.erase(rule_it);
return false;
}
else {
Expand Down

0 comments on commit 5075725

Please sign in to comment.