Skip to content

Commit fdb0dbd

Browse files
committed
Typo in TODO comment
1 parent f84d339 commit fdb0dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/parser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Block(Node):
6363
class StackEffect(Node):
6464
name: str
6565
type: str = ""
66-
# TODO: type, condition
66+
# TODO: array, condition
6767

6868

6969
@dataclass

0 commit comments

Comments
 (0)