diff --git a/guide/english/logic/truth-tables/index.md b/guide/english/logic/truth-tables/index.md index e621fedfb4..a65c6e2699 100644 --- a/guide/english/logic/truth-tables/index.md +++ b/guide/english/logic/truth-tables/index.md @@ -107,7 +107,7 @@ Here is the truth table for the OR operator | F | F | F | | F | T | T | | T | F | T | -| T | T | F | +| T | T | T | Just like above the OR operator operates on two variables, notice that the only time the OR operator evaluates to True is when `x` & `y` negate eachother.