Skip to content
Snippets Groups Projects
Commit 887e993c authored by Alexandr Lyapunov's avatar Alexandr Lyapunov
Browse files

Fixed misleaded comment for op_arith_arg in tuple_update

parent d644ee26
No related branches found
No related tags found
No related merge requests found
......@@ -116,8 +116,7 @@ enum arith_type {
};
/**
* Argument (left and right) and result of ADD, AND, XOR, OR,
* SUBTRACT, MULTIPLY.
* Argument (left and right) and result of ADD, SUBTRACT.
*
* To perform an arithmetic operation, update first loads
* left and right arguments into corresponding value objects,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment