We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c23c9 commit 01dfab2Copy full SHA for 01dfab2
cpp/ql/lib/semmle/code/cpp/exprs/Assignment.qll
@@ -35,7 +35,7 @@ class Assignment extends Operation, @assign_expr {
35
* ```
36
* a = b;
37
38
- * Note that `int a = b;` _not_ an `AssignExpr`. It is a `Variable`,
+ * Note that `int a = b;` is _not_ an `AssignExpr`. It is a `Variable`,
39
* and `b` can be obtained using `Variable.getInitializer()`.
40
*/
41
class AssignExpr extends Assignment, @assignexpr {
0 commit comments