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

index 8ea011bbc397d5fa3a3564df37555b39f0f09a11..18ac0cc4fd4744cfb5f0350410277f01b61b1c67 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