Commit adee3ee9a2

sdzx-1 <shangdizhixia1993@163.com>
2025-03-23 14:15:28
typo: block_two_semicolon -> block_two
1 parent 777215d
Changed files (1)
lib
std
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}`.