mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +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,
|
||||
docs: ^ast.Comment_Group,
|
||||
names: []^ast.Expr,
|
||||
allowed_flags, set_flags: ast.Field_Flags
|
||||
allowed_flags, set_flags: ast.Field_Flags,
|
||||
) -> bool {
|
||||
|
||||
expect_field_separator :: proc(p: ^Parser, param: ^ast.Expr) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user