We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 120b0c0 commit 8134d80Copy full SHA for 8134d80
cpp/ql/src/semmle/code/cpp/Variable.qll
@@ -4,10 +4,9 @@ import semmle.code.cpp.Initializer
4
private import semmle.code.cpp.internal.ResolveClass
5
6
/**
7
- * A C/C++ variable. For example in the following code there are four
+ * A C/C++ variable. For example, in the following code there are four
8
* variables, `a`, `b`, `c` and `d`:
9
* ```
10
- * extern int a;
11
* int a;
12
*
13
* void myFunction(int b) {
0 commit comments