Fix typo in scripting.md (#5783)

This commit is contained in:
TwoF1nger 2025-01-30 10:11:03 +00:00 committed by GitHub
parent 1b2719c94c
commit 7a0d7092bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 |