percept-mgmt.pl typo

Issue #7 new
Joshua Hansen created an issue

There is a typo in the percept-mgmt.pl file on line 129

129 (member(facility(Facility), Percepts) - true ; Facility = none).

The correct code should be:

129 (member(facility(Facility), Percepts) -> true ; Facility = none).

Comments (0)

  1. Log in to comment