Skip to content

Commit f0e6730

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/Union.qll
Co-Authored-By: Jonas Jensen <jbj@knef.dk>
1 parent a1cf7b5 commit f0e6730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class LocalUnion extends Union {
4444
}
4545

4646
/**
47-
* A C++ nested union. For example, the type `MyNestedUnion` in:
47+
* A C/C++ nested union. For example, the type `MyNestedUnion` in:
4848
* ```
4949
* class MyClass
5050
* {

0 commit comments

Comments
 (0)