From 4c2a21a32cdafd7ffda170467a7578cc8b6ff4cf Mon Sep 17 00:00:00 2001 From: CheungVane Date: Wed, 30 Nov 2022 16:33:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9huks=E8=B5=84=E6=96=99@return?= =?UTF-8?q?s=20Signed-off-by:=20zhangwenzhi=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/@ohos.security.huks.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.security.huks.d.ts b/api/@ohos.security.huks.d.ts index 0846902f60..b2f0b3d20c 100755 --- a/api/@ohos.security.huks.d.ts +++ b/api/@ohos.security.huks.d.ts @@ -248,7 +248,7 @@ declare namespace huks { * @syscap SystemCapability.Security.Huks * @param keyAlias Indicates the key's name. * @param options Indicates the properties of the key. - * @return The handle of the init Operation. + * @returns The handle of the init Operation. */ function init(keyAlias: string, options: HuksOptions, callback: AsyncCallback) : void; function init(keyAlias: string, options: HuksOptions) : Promise; @@ -409,7 +409,7 @@ declare namespace huks { * @since 8 * @syscap SystemCapability.Security.Huks * @param options Indicates the properties of the key. - * @return Return the character string of the sdk version. + * @returns Return the character string of the sdk version. */ function getSdkVersion(options: HuksOptions) : string; -- Gitee