Fix comments

Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2019-12-23 12:37:18 +01:00
committed by GitHub
parent 11a545e08e
commit bb282f403e

View File

@@ -7,7 +7,7 @@ import semmle.code.cpp.exprs.BitwiseOperation
* etc. A C++ overloaded assignment operation looks syntactically identical but is instead
* a `FunctionCall`.
*
* This is an root QL class for all (non-overloaded) assignments.
* This is a QL base class for all (non-overloaded) assignments.
*/
class Assignment extends Operation, @assign_expr {
/** Gets the _lvalue_ of this assignment. */