lottie/common: Fix typo in API documentation comment

This commit is contained in:
Jinny You 2024-04-15 21:39:07 +09:00 committed by Hermet Park
parent 730a88c42b
commit 2bd8e18f0d

View file

@ -2394,7 +2394,7 @@ TVG_API Tvg_Animation* tvg_lottie_animation_new();
* \param[in] animation The Tvg_Animation object to override the property with the slot.
* \param[in] slot The Lottie slot data in json, or @c nullptr to reset.
*
* \return Tvg_Animation A new Tvg_LottieAnimation object.
* \return Tvg_Result enumeration.
* \retval TVG_RESULT_SUCCESS Succeed.
* \retval TVG_RESULT_INSUFFICIENT_CONDITION In case the animation is not loaded.
* \retval TVG_RESULT_INVALID_ARGUMENT When the given @p slot is invalid