mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix typo
This commit is contained in:
@@ -1659,7 +1659,7 @@ parse_field_list :: proc(p: ^Parser, follow: tokenizer.Token_Kind, allowed_flags
|
|||||||
seen_ellipsis: ^bool, fields: ^[dynamic]^ast.Field,
|
seen_ellipsis: ^bool, fields: ^[dynamic]^ast.Field,
|
||||||
docs: ^ast.Comment_Group,
|
docs: ^ast.Comment_Group,
|
||||||
names: []^ast.Expr,
|
names: []^ast.Expr,
|
||||||
allowed_flags, set_flags: ast.Field_Flags
|
allowed_flags, set_flags: ast.Field_Flags,
|
||||||
) -> bool {
|
) -> bool {
|
||||||
|
|
||||||
expect_field_separator :: proc(p: ^Parser, param: ^ast.Expr) -> bool {
|
expect_field_separator :: proc(p: ^Parser, param: ^ast.Expr) -> bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user