| author | |
| committer | |
| log | adee3ee9a2c679069a15bd5476860d45f05b356b |
| tree | a366e3ebdb42b3edc5cb757640eb8a523f457e1c |
| parent | 777215d78bd49597dc0b369c8b71765a0e5d338c |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/zig/Ast.zig+1-1| ... | ... | @@ -3886,7 +3886,7 @@ pub const Node = struct { |
| 3886 | 3886 | /// |
| 3887 | 3887 | /// The `main_token` field is the `{` token. |
| 3888 | 3888 | 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 | |
| 3890 | 3890 | /// comma before the final rbrace. |
| 3891 | 3891 | block_two_semicolon, |
| 3892 | 3892 | /// `{a b}`. |