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

Skip to content

Commit 4c6fd00

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

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
@@ -355,7 +355,7 @@ private predicate isArithmeticType(@builtintype type, int kind) {
355355
*
356356
* This includes primitive types on which arithmetic, bitwise or logical
357357
* operations may be performed. Examples of arithmetic types include
358-
* `char`, `int`, `float` and `bool`.
358+
* `char`, `int`, `float`, and `bool`.
359359
*/
360360
class ArithmeticType extends BuiltInType {
361361
ArithmeticType() { isArithmeticType(underlyingElement(this), _) }

0 commit comments

Comments
 (0)