Skip to content

Commit b3bcc33

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

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
@@ -27,7 +27,7 @@ class Struct extends Class {
2727
}
2828

2929
/**
30-
* A C++ struct that is directly enclosed by a function. For example, the type
30+
* A C/C++ struct that is directly enclosed by a function. For example, the type
3131
* `MyLocalStruct` in:
3232
* ```
3333
* void myFunction()

0 commit comments

Comments
 (0)