authorgravatar for shangdizhixia1993@163.comsdzx-1 <shangdizhixia1993@163.com> 2025-03-23 21:15:28+08:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-03-24 07:05:17+01:00
logadee3ee9a2c679069a15bd5476860d45f05b356b
treea366e3ebdb42b3edc5cb757640eb8a523f457e1c
parent777215d78bd49597dc0b369c8b71765a0e5d338c

typo: block_two_semicolon -> block_two


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/zig/Ast.zig+1-1
...@@ -3886,7 +3886,7 @@ pub const Node = struct {...@@ -3886,7 +3886,7 @@ pub const Node = struct {
3886 ///3886 ///
3887 /// The `main_token` field is the `{` token.3887 /// The `main_token` field is the `{` token.
3888 block_two,3888 block_two,
3889 /// Same as `block_two_semicolon` except there is known to be a trailing3889 /// Same as `block_two` except there is known to be a trailing
3890 /// comma before the final rbrace.3890 /// comma before the final rbrace.
3891 block_two_semicolon,3891 block_two_semicolon,
3892 /// `{a b}`.3892 /// `{a b}`.