From 10db0f58dd05baf36527f1ab2047b177be1c4647 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Wed, 7 Mar 2018 17:25:33 -0700 Subject: [PATCH] fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95534515..34eed0bf 100644 --- a/README.md +++ b/README.md @@ -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 -- 2.54.0