diff --git a/guide/english/logic/truth-tables/index.md b/guide/english/logic/truth-tables/index.md index 36b4cb3619..3f8c6a9a0d 100644 --- a/guide/english/logic/truth-tables/index.md +++ b/guide/english/logic/truth-tables/index.md @@ -118,7 +118,7 @@ Here is the truth table for the OR operator | T | F | T | | 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. +Just like above the OR operator operates on two variables, notice that the only time the OR operator evaluates to False is when both `x` & `y` are False. Let's do one more, let's do the table for the Negation, this operates on one value instead of two