We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bcc33 commit 7086004Copy full SHA for 7086004
cpp/ql/src/semmle/code/cpp/Union.qll
@@ -23,7 +23,7 @@ class Union extends Struct {
23
}
24
25
/**
26
- * A C++ union that is directly enclosed by a function. For example, the type
+ * A C/C++ union that is directly enclosed by a function. For example, the type
27
* `MyLocalUnion` in:
28
* ```
29
* void myFunction()
0 commit comments