summaryrefslogtreecommitdiff
path: root/doc/syntax/operators.rdoc
diff options
context:
space:
mode:
authorydah <[email protected]>2024-02-15 15:52:44 +0900
committerHiroshi SHIBATA <[email protected]>2024-02-15 17:01:02 +0900
commit926277bf826127c65689ddf01f94e23d538a3b8b (patch)
tree2bae4aa3e7255eddf309f96dfa3f4ee371102c04 /doc/syntax/operators.rdoc
parentaa6d0bc0bdeebd79788a6c8b32ba8be73392c5d6 (diff)
s/ therefor/therefore/
Diffstat (limited to 'doc/syntax/operators.rdoc')
-rw-r--r--doc/syntax/operators.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/syntax/operators.rdoc b/doc/syntax/operators.rdoc
index 236b3413b5..d3045ac99e 100644
--- a/doc/syntax/operators.rdoc
+++ b/doc/syntax/operators.rdoc
@@ -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>,