Skip to content

Commit 45cc6c4

Browse files
geoffw0jbj
andauthored
Update cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
1 parent 0bb37c1 commit 45cc6c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/semmle/code/cpp/exprs/BuiltInOperations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ class BuiltInOperationIsNothrowDestructible extends BuiltInOperation, @isnothrow
566566
* implementations of the `<type_traits>` header).
567567
*
568568
* Returns `true` if the type is destructible and whose destructor, and those
569-
* of member data and any super`class`es are all trivial (compiler-generated).
569+
* of member data and any superclasses are all trivial.
570570
* ```
571571
* bool v = __is_trivially_destructible(MyType);
572572
* ```

0 commit comments

Comments
 (0)