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

Skip to content

Commit b3bda42

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ class BlockType extends FunctionPointerIshType {
12861286
/**
12871287
* A C/C++ pointer to a function, a C++ function reference, or a clang/Apple block.
12881288
*
1289-
* See FunctionPointerType, FunctionReferenceType and BlockType for more information.
1289+
* See `FunctionPointerType`, `FunctionReferenceType` and `BlockType` for more information.
12901290
*/
12911291
class FunctionPointerIshType extends DerivedType {
12921292
FunctionPointerIshType() {

0 commit comments

Comments
 (0)