summaryrefslogtreecommitdiff
path: root/docs/reference/scripting.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/scripting.md')
-rw-r--r--docs/reference/scripting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/scripting.md b/docs/reference/scripting.md
index 6c7a7b33..5e0f1555 100644
--- a/docs/reference/scripting.md
+++ b/docs/reference/scripting.md
@@ -363,7 +363,7 @@ and can be achieved using functions from the
| `{not in}` | Check if not in collection | Binary | 4 |
| `{not}` | Logical "not" | Unary | 3 |
| `{and}` | Short-circuiting logical "and" | Binary | 3 |
-| `{or}` | Short-circuiting logical "or | Binary | 2 |
+| `{or}` | Short-circuiting logical "or" | Binary | 2 |
| `{=}` | Assignment | Binary | 1 |
| `{+=}` | Add-Assignment | Binary | 1 |
| `{-=}` | Subtraction-Assignment | Binary | 1 |