We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a545e commit bb282f4Copy full SHA for bb282f4
1 file changed
cpp/ql/src/semmle/code/cpp/exprs/Assignment.qll
@@ -7,7 +7,7 @@ import semmle.code.cpp.exprs.BitwiseOperation
7
* etc. A C++ overloaded assignment operation looks syntactically identical but is instead
8
* a `FunctionCall`.
9
*
10
- * This is an root QL class for all (non-overloaded) assignments.
+ * This is a QL base class for all (non-overloaded) assignments.
11
*/
12
class Assignment extends Operation, @assign_expr {
13
/** Gets the _lvalue_ of this assignment. */
0 commit comments