OSDN Git Service

mdtableeeeee
authorsforman <sforman@hushmail.com>
Sun, 30 Jul 2023 23:01:09 +0000 (16:01 -0700)
committersforman <sforman@hushmail.com>
Sun, 30 Jul 2023 23:01:09 +0000 (16:01 -0700)
README.md

index 9ff1454..e3115d0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -269,6 +269,7 @@ dialect of Joy are defined in terms of these:
 
 
 | op  | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators |
+|-----|-------------------|----------------|------------------------------|
 | AND |       /\          |     &&         |          and                 |
 |  OR |       \/          |     ||         |           or                 |
 | XOR |     _\/_          |     xor        |                              |