Skip to content

Commit 935e277

Browse files
n/A
1 parent 1c9775c commit 935e277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/implementation/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Each instruction pairs an `OpCode` with a `u16` operand.
3535

3636
`expr()` advances one token and dispatches on its kind. Every expression leaves exactly one value on the stack.
3737

38-
* Supported: `Name`, `String`, `Int`, `Float`, `True`, `False`, `None`, `FstringStart`, `Minus`.
38+
* Supported: `Name`, `String`, `Int`, `Float`, `True`, `False`, `None`, `FstringStart` and `Minus`.
3939

4040
## Type Annotations
4141

0 commit comments

Comments
 (0)