mirror of
https://github.com/ziglang/zig.git
synced 2024-11-17 01:23:54 +00:00
Update comment on Tag value assign_mod in Ast.zig
This commit is contained in:
parent
6c9d34bce7
commit
f30ab46306
@ -2978,7 +2978,7 @@ pub const Node = struct {
|
||||
assign_mul,
|
||||
/// `lhs /= rhs`. main_token is op.
|
||||
assign_div,
|
||||
/// `lhs *= rhs`. main_token is op.
|
||||
/// `lhs %= rhs`. main_token is op.
|
||||
assign_mod,
|
||||
/// `lhs += rhs`. main_token is op.
|
||||
assign_add,
|
||||
|
Loading…
Reference in New Issue
Block a user