diff --git a/icu4c/source/layoutex/layout/RunArrays.h b/icu4c/source/layoutex/layout/RunArrays.h index 1ebeccd506..27f928b4c9 100644 --- a/icu4c/source/layoutex/layout/RunArrays.h +++ b/icu4c/source/layoutex/layout/RunArrays.h @@ -92,7 +92,9 @@ public: /** * Reset the limit indices array. This method sets the number of entries in the - * limit indices array to zero. It does not delete the arrays. + * limit indices array to zero. It does not delete the array. + * + * Note: Subclass arrays will also be reset and not deleted. * * @draft ICU 3.6 */