Skip to content

Commit 01dfab2

Browse files
MathiasVPmatan7890
andauthored
Update cpp/ql/lib/semmle/code/cpp/exprs/Assignment.qll
Co-authored-by: Matan Merom <[email protected]>
1 parent f5c23c9 commit 01dfab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Assignment extends Operation, @assign_expr {
3535
* ```
3636
* a = b;
3737
* ```
38-
* Note that `int a = b;` _not_ an `AssignExpr`. It is a `Variable`,
38+
* Note that `int a = b;` is _not_ an `AssignExpr`. It is a `Variable`,
3939
* and `b` can be obtained using `Variable.getInitializer()`.
4040
*/
4141
class AssignExpr extends Assignment, @assignexpr {

0 commit comments

Comments
 (0)