From: sforman Date: Sun, 30 Jul 2023 23:34:56 +0000 (-0700) Subject: Minor edits. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=fecd3e1d02f45eac2ce3035799907b691ea8d130;p=joypy%2FThun.git Minor edits. --- diff --git a/README.md b/README.md index 65dfb62..cecab2c 100644 --- a/README.md +++ b/README.md @@ -261,10 +261,9 @@ dialect of Joy are defined in terms of these: < > >= <= != <> = - and or xor (These are the bitwise ops.) lshift rshift - /\ \/ _\/_ (These are the logical ops. Booleans) + /\ \/ _\/_ (These are the logical ops that work on Booleans.)