Skip to content

Commit a1cf7b5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class LocalStruct extends Struct {
4848
}
4949

5050
/**
51-
* A C++ nested struct. See 11.12. For example, the type `MyNestedStruct` in:
51+
* A C/C++ nested struct. See 11.12. For example, the type `MyNestedStruct` in:
5252
* ```
5353
* class MyClass
5454
* {

0 commit comments

Comments
 (0)