Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
fixing major typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Boyer committed Jul 2, 2014
1 parent 48f0681 commit eeae01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def freeUnificationTerms(self):
def replace(self, old, new):
if self == old:
return new
return ForAll(
return ThereExists(
self.variable.replace(old, new),
self.formula.replace(old, new)
)
Expand Down

0 comments on commit eeae01c

Please sign in to comment.