diff options
| author | TwoF1nger <140991913+TwoF1nger@users.noreply.github.com> | 2025-01-30 10:11:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-30 10:11:03 +0000 |
| commit | 7a0d7092bc00ee4f5c0d4887ea3ccf3fbceb2426 (patch) | |
| tree | 80414745179a3c564fd624029552e51c77bfca9b | |
| parent | 1b2719c94c6422112508cfad24bdd9504541c363 (diff) | |
Fix typo in scripting.md (#5783)
| -rw-r--r-- | docs/reference/scripting.md | 2 |
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 | |
