]> Repositorios git - scryer-prolog.git/commitdiff
fix README
authorMark Thom <[email protected]>
Thu, 8 Mar 2018 00:25:33 +0000 (17:25 -0700)
committerMark Thom <[email protected]>
Thu, 8 Mar 2018 00:25:33 +0000 (17:25 -0700)
README.md

index 95534515fd0c8e2d1e367d8fe6beb0671643463f..34eed0bf4894affb3a6ee41810acdc2d9ecbbad8 100644 (file)
--- 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