mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
typo: block_two_semicolon -> block_two
This commit is contained in:
parent
777215d78b
commit
adee3ee9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -3886,7 +3886,7 @@ pub const Node = struct {
|
|||
///
|
||||
/// The `main_token` field is the `{` token.
|
||||
block_two,
|
||||
/// Same as `block_two_semicolon` except there is known to be a trailing
|
||||
/// Same as `block_two` except there is known to be a trailing
|
||||
/// comma before the final rbrace.
|
||||
block_two_semicolon,
|
||||
/// `{a b}`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue