Skip to content

Commit 4304a4e

Browse files
committed
C++: Fix docs copy-paste error
1 parent d956bf9 commit 4304a4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,7 @@ class ArrayType extends DerivedType {
913913

914914
/**
915915
* Gets the byte size of this array. Only has a result for arrays declared to be of a constant
916-
* size. This predicate is a synonym for `getByteSize`. See `getArraySize` for getting the number
917-
* of elements.
916+
* size. See `getArraySize` for getting the number of elements.
918917
*/
919918
int getByteSize() { arraysizes(underlyingElement(this),_,result,_) }
920919

0 commit comments

Comments
 (0)