aboutsummaryrefslogtreecommitdiff
path: root/doc/logic.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/logic.md')
-rw-r--r--doc/logic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/logic.md b/doc/logic.md
index 0e38fb1d..638bdace 100644
--- a/doc/logic.md
+++ b/doc/logic.md
@@ -14,7 +14,7 @@ We define:
And ← ×
Or ← ×⌾¬
-Note that `¬⁼ ←→ ¬`, since the first added 1 will be negated but the second won't; the two 1s cancel leaving two subtractions, and `-⁼ ←→ -`. An alternate definition of Or that matches the typical formula from probability theory is
+Note that `¬⁼ ←→ ¬`, since when applying `¬` twice the first added 1 will be negated but the second won't; the two 1s cancel leaving two subtractions, and `-⁼ ←→ -`. An alternate definition of Or that matches the typical formula from probability theory is
Or ← +-×