From 72c325c1f23be3c5de0fc954518e56af0fb8aa5c Mon Sep 17 00:00:00 2001 From: sforman Date: Sun, 30 Jul 2023 16:16:51 -0700 Subject: [PATCH] I think I have got it. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adcd91d..65dfb62 100644 --- a/README.md +++ b/README.md @@ -271,9 +271,9 @@ dialect of Joy are defined in terms of these: | op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators | |-----|-------------------|----------------|------------------------------| | AND | `/\` | `&&` | `and ` | -| OR | `\\/` | `\|\|` | `or` | -| XOR | `\_\\/_` | `xor` | | -| NOT | `not` | | | +| OR | `\/` | `\|\|` | `or` | +| XOR | `_\/_` | `xor` | | +| NOT | `not` | | | --------------------------------------------------