]> Repositorios git - scryer-prolog.git/commitdiff
fix to README
authorMark Thom <[email protected]>
Sun, 5 Mar 2017 02:52:54 +0000 (19:52 -0700)
committerMark Thom <[email protected]>
Sun, 5 Mar 2017 02:52:54 +0000 (19:52 -0700)
README.md

index 1d200ff0657d227b66416e43db37e61fe1fe63d2..b679c8525d21c4a81c42c56849dd54e62f99fc70 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ pure Prolog.
 ## Progress
 
 The language L3 is implemented as a simple REPL. L3 is pure Prolog --
-Prolog without cuts, meta- or extra-logical operators, or side effects
+Prolog without cut, meta- or extra-logical operators, or side effects
 of any kind. No data types apart from atoms are currently supported.
 
 ## Tutorial