Correct spelling errors

Signed-off-by: changleipeng <changleipeng4@huawei.com>
This commit is contained in:
changleipeng 2024-10-14 14:31:38 +08:00
parent 4e54fd1d62
commit 2568a93b4b

View File

@ -251,7 +251,7 @@ OH_Drawing_ErrorCode OH_Drawing_RectGetArraySize(OH_Drawing_Array* rectArray, si
* @param rect Pointers to Pointer of <b>OH_Drawing_Rect</b> object, returned to the caller.
* @return Returns the error code.
* Returns {@link OH_DRAWING_SUCCESS} if the operation is successful.
* Returns {@link OH_DRAWING_ERROR_INVALID_PARAMETER} if rectArray or pprect is nullptr,
* Returns {@link OH_DRAWING_ERROR_INVALID_PARAMETER} if rectArray or rect is nullptr,
* or index is valid.
* @since 14
* @version 1.0