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

Skip to content

Commit b3bcc33

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)