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

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

View File

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