Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0e6730

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/Union.qll
Co-Authored-By: Jonas Jensen <[email protected]>
1 parent a1cf7b5 commit f0e6730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)