From 926277bf826127c65689ddf01f94e23d538a3b8b Mon Sep 17 00:00:00 2001
From: ydah <13041216+ydah@users.noreply.github.com>
Date: Thu, 15 Feb 2024 15:52:44 +0900
Subject: [PATCH] s/ therefor/therefore/
---
doc/syntax/operators.rdoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 (&&
, ||
,