From da83db3321f34bd407fa7b3b0351fdc25f1b87d7 Mon Sep 17 00:00:00 2001 From: j3zzl Date: Tue, 15 Jul 2025 21:22:07 +0200 Subject: [PATCH] correct small typo in or.md --- src/boolean/or.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boolean/or.md b/src/boolean/or.md index 59984d97..62d4a859 100644 --- a/src/boolean/or.md +++ b/src/boolean/or.md @@ -20,7 +20,7 @@ walking the dog looks nice. ## Exclusive vs. Inclusive -It is important too note that this is not an "exclusive" OR. +It is important to note that this is not an "exclusive" OR. An exclusive OR would be something like a child being allowed to have ice cream _or_ a cookie, but not both.