fix README

This commit is contained in:
Mark Thom
2018-03-07 17:25:33 -07:00
parent ab182b6e3b
commit 10db0f58dd

View File

@@ -239,9 +239,9 @@ New operators can be defined using the `op` declaration.
### Modules
rusty-wam supports for a simple predicate-based module system. It
provides a way to separate units of code into distinct namespaces, for
both predicates and operators. See the files `src/prolog/lib/*.pl` for
rusty-wam has a simple predicate-based module system. It provides a
way to separate units of code into distinct namespaces, for both
predicates and operators. See the files `src/prolog/lib/*.pl` for
examples.
At the time of this writing, several control and list processing