summaryrefslogtreecommitdiff
path: root/docs/reference/scripting.md
diff options
context:
space:
mode:
authorTwoF1nger <140991913+TwoF1nger@users.noreply.github.com>2025-01-30 10:11:03 +0000
committerGitHub <noreply@github.com>2025-01-30 10:11:03 +0000
commit7a0d7092bc00ee4f5c0d4887ea3ccf3fbceb2426 (patch)
tree80414745179a3c564fd624029552e51c77bfca9b /docs/reference/scripting.md
parent1b2719c94c6422112508cfad24bdd9504541c363 (diff)
Fix typo in scripting.md (#5783)
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 |