Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
Co-authored-by: remochristen <[email protected]>
  • Loading branch information
roeger and remochristen authored Feb 1, 2024
1 parent bc743ff commit 598e4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translate/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def condition_to_rule_body(parameters: Sequence[pddl.TypedObject],
for par in parameters:
result.append(par.get_atom())

# Require each positive literals in the condition to be reached and
# Require each positive literal in the condition to be reached and
# existentially quantified variables of the condition to be instantiated
# with objects of the right type.
if not isinstance(condition, pddl.Truth):
Expand Down

0 comments on commit 598e4c9

Please sign in to comment.