s/ therefor/therefore/

This commit is contained in:
ydah 2024-02-15 15:52:44 +09:00 committed by Hiroshi SHIBATA
parent aa6d0bc0bd
commit 926277bf82

View File

@ -36,7 +36,7 @@ operation that specifies the behavior.
== Logical Operators
Logical operators are not methods, and therefor cannot be
Logical operators are not methods, and therefore cannot be
redefined/overloaded. They are tokenized at a lower level.
Short-circuit logical operators (<code>&&</code>, <code>||</code>,