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

Co-Authored-By: Jonas Jensen <jbj@knef.dk>
This commit is contained in:
Geoffrey White
2019-08-08 17:06:17 +01:00
committed by GitHub
parent 3550fc7137
commit b3bcc33bce

View File

@@ -27,7 +27,7 @@ class Struct extends Class {
}
/**
* A C++ struct that is directly enclosed by a function. For example, the type
* A C/C++ struct that is directly enclosed by a function. For example, the type
* `MyLocalStruct` in:
* ```
* void myFunction()