Small comment change

This commit is contained in:
Brandon Rozek 2026-01-27 14:13:54 -05:00
parent 51f8adcd44
commit 85ef364a57

View file

@ -303,7 +303,7 @@ def rule_satisfied(
# Counterexample found, return False
return False
# No mapping found which contradicts our rule
# No valuation found which contradicts our rule
return True