From adee3ee9a2c679069a15bd5476860d45f05b356b Mon Sep 17 00:00:00 2001 From: sdzx-1 Date: Sun, 23 Mar 2025 21:15:28 +0800 Subject: [PATCH] typo: block_two_semicolon -> block_two --- lib/std/zig/Ast.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/std/zig/Ast.zig b/lib/std/zig/Ast.zig index 242ef68abc..48cb7572f6 100644 --- a/lib/std/zig/Ast.zig +++ b/lib/std/zig/Ast.zig @@ -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}`.