mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Fix typo in scripting.md (#5783)
This commit is contained in:
parent
1b2719c94c
commit
7a0d7092bc
@ -363,7 +363,7 @@ and can be achieved using functions from the
|
|||||||
| `{not in}` | Check if not in collection | Binary | 4 |
|
| `{not in}` | Check if not in collection | Binary | 4 |
|
||||||
| `{not}` | Logical "not" | Unary | 3 |
|
| `{not}` | Logical "not" | Unary | 3 |
|
||||||
| `{and}` | Short-circuiting logical "and" | Binary | 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 |
|
| `{=}` | Assignment | Binary | 1 |
|
||||||
| `{+=}` | Add-Assignment | Binary | 1 |
|
| `{+=}` | Add-Assignment | Binary | 1 |
|
||||||
| `{-=}` | Subtraction-Assignment | Binary | 1 |
|
| `{-=}` | Subtraction-Assignment | Binary | 1 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user