Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
/**
- Provide the maximum amount of variable width bytes that can be stored int his vector.
- @return
*/
int getByteCapacity();
should be
/**
- Provide the maximum amount of variable width bytes that can be stored in this vector.
- @return
*/
int getByteCapacity();