We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3550fc7 commit b3bcc33Copy full SHA for b3bcc33
cpp/ql/src/semmle/code/cpp/Struct.qll
@@ -27,7 +27,7 @@ class Struct extends Class {
27
}
28
29
/**
30
- * A C++ struct that is directly enclosed by a function. For example, the type
+ * A C/C++ struct that is directly enclosed by a function. For example, the type
31
* `MyLocalStruct` in:
32
* ```
33
* void myFunction()
0 commit comments