diff --git a/data/part-1/6-conditional-statements.md b/data/part-1/6-conditional-statements.md index ca21ec9fb..e99e83603 100644 --- a/data/part-1/6-conditional-statements.md +++ b/data/part-1/6-conditional-statements.md @@ -1081,7 +1081,7 @@ The expression of a conditional statement may consist of multiple parts, in whic -- Logical operators are not used for changing the boolean value from true to false, or false to true. +- Logical operator "not" used for changing the boolean value from true to false, or false to true.