]> Repositorios git - scryer-prolog.git/commitdiff
tweak README
authorMark Thom <[email protected]>
Sun, 3 Dec 2017 21:23:00 +0000 (14:23 -0700)
committerMark Thom <[email protected]>
Sun, 3 Dec 2017 21:23:00 +0000 (14:23 -0700)
README.md

index 02d57aee7e58a4bcdad42fdeb2a0331b85e8510f..c30fdd4c36a75d8574c9f737586505f25814b7f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ The following predicates are built-in to rusty-wam.
 
 * Arithmetic support:
     * is/2 works for `(+)/2`, `(-)/{1,2}`, `(*)/2`, `(//)/2`, `(div)/2`, `(/)/2`, `(rdiv)/2`,
-      `(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\\)/2`, `(\\/)/2`, `(>>)/2`, `(<<)/2`.
+      `(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\)/2`, `(\/)/2`, `(>>)/2`, `(<<)/2`.
 * `atomic/1`
 * `call/N` (1 <= N <= 63)
 * `catch/3`