Skip to content

Commit bb282f4

Browse files
Mathias Vorreiter Pedersenjbj
andauthored
Fix comments
Co-Authored-By: Jonas Jensen <jbj@github.com>
1 parent 11a545e commit bb282f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/exprs/Assignment.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import semmle.code.cpp.exprs.BitwiseOperation
77
* etc. A C++ overloaded assignment operation looks syntactically identical but is instead
88
* a `FunctionCall`.
99
*
10-
* This is an root QL class for all (non-overloaded) assignments.
10+
* This is a QL base class for all (non-overloaded) assignments.
1111
*/
1212
class Assignment extends Operation, @assign_expr {
1313
/** Gets the _lvalue_ of this assignment. */

0 commit comments

Comments
 (0)