mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +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…
x
Reference in New Issue
Block a user