We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9775c commit 935e277Copy full SHA for 935e277
1 file changed
documentation/implementation/syntax.md
@@ -35,7 +35,7 @@ Each instruction pairs an `OpCode` with a `u16` operand.
35
36
`expr()` advances one token and dispatches on its kind. Every expression leaves exactly one value on the stack.
37
38
-* Supported: `Name`, `String`, `Int`, `Float`, `True`, `False`, `None`, `FstringStart`, `Minus`.
+* Supported: `Name`, `String`, `Int`, `Float`, `True`, `False`, `None`, `FstringStart` and `Minus`.
39
40
## Type Annotations
41
0 commit comments