Skip to content

Commit adee3ee

Browse files
sdzx-1alexrp
authored andcommitted
typo: block_two_semicolon -> block_two
1 parent 777215d commit adee3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/zig/Ast.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3886,7 +3886,7 @@ pub const Node = struct {
38863886
///
38873887
/// The `main_token` field is the `{` token.
38883888
block_two,
3889-
/// Same as `block_two_semicolon` except there is known to be a trailing
3889+
/// Same as `block_two` except there is known to be a trailing
38903890
/// comma before the final rbrace.
38913891
block_two_semicolon,
38923892
/// `{a b}`.

0 commit comments

Comments
 (0)