Skip to content

Commit 8134d80

Browse files
committed
CPP: Review suggestions.
1 parent 120b0c0 commit 8134d80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/src/semmle/code/cpp/Variable.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ import semmle.code.cpp.Initializer
44
private import semmle.code.cpp.internal.ResolveClass
55

66
/**
7-
* A C/C++ variable. For example in the following code there are four
7+
* A C/C++ variable. For example, in the following code there are four
88
* variables, `a`, `b`, `c` and `d`:
99
* ```
10-
* extern int a;
1110
* int a;
1211
*
1312
* void myFunction(int b) {

0 commit comments

Comments
 (0)