C++: Fix docs copy-paste error

This commit is contained in:
Jonas Jensen
2018-09-11 15:39:44 +02:00
parent d956bf90ad
commit 4304a4e1bc

View File

@@ -913,8 +913,7 @@ class ArrayType extends DerivedType {
/**
* Gets the byte size of this array. Only has a result for arrays declared to be of a constant
* size. This predicate is a synonym for `getByteSize`. See `getArraySize` for getting the number
* of elements.
* size. See `getArraySize` for getting the number of elements.
*/
int getByteSize() { arraysizes(underlyingElement(this),_,result,_) }