From 6524a2838c2a3eb30dabb6f87390eb747dfe04d8 Mon Sep 17 00:00:00 2001 From: wangmiaoliang Date: Wed, 30 Nov 2022 16:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9@returns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangmiaoliang Change-Id: I19210b4b3b4d662dd2d098a350c2013591f06363 --- api/@ohos.animation.windowAnimationManager.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.animation.windowAnimationManager.d.ts b/api/@ohos.animation.windowAnimationManager.d.ts index 4cd8c3bc2e..a24aaea5e4 100644 --- a/api/@ohos.animation.windowAnimationManager.d.ts +++ b/api/@ohos.animation.windowAnimationManager.d.ts @@ -38,7 +38,7 @@ declare namespace windowAnimationManager { * * @syscap SystemCapability.WindowManager.WindowManager.Core * @param windowTarget The window target to be minimized. - * @return Returns the animation finished callback. + * @returns Returns the animation finished callback. * @systemapi Hide this for inner system use. * @since 9 */ @@ -50,7 +50,7 @@ declare namespace windowAnimationManager { * * @syscap SystemCapability.WindowManager.WindowManager.Core * @param windowTarget The window target to be minimized. - * @return Returns the animation finished callback. + * @returns Returns the animation finished callback. * @systemapi Hide this for inner system use. * @since 9 */ -- Gitee