diff --git a/lib/std/zig/Ast.zig b/lib/std/zig/Ast.zig index 61a10189b8..c918f8a980 100644 --- a/lib/std/zig/Ast.zig +++ b/lib/std/zig/Ast.zig @@ -3120,7 +3120,7 @@ pub const Node = struct { /// `lhs[b..c]`. rhs is index into Slice /// main_token is the lbracket. slice, - /// `lhs[b..c :d]`. rhs is index into SliceSentinel + /// `lhs[b..c :d]`. rhs is index into SliceSentinel. Slice end "c" can be omitted. /// main_token is the lbracket. slice_sentinel, /// `lhs.*`. rhs is unused.