From 39a86ff7af779c05fb5b4ba2da420d20a2316fb6 Mon Sep 17 00:00:00 2001 From: winnie-hu Date: Tue, 29 Nov 2022 16:03:56 +0800 Subject: [PATCH] fix code note check Signed-off-by: winnie-hu --- api/@ohos.security.cryptoFramework.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/@ohos.security.cryptoFramework.d.ts b/api/@ohos.security.cryptoFramework.d.ts index 9660b0b325..2aedc497ff 100755 --- a/api/@ohos.security.cryptoFramework.d.ts +++ b/api/@ohos.security.cryptoFramework.d.ts @@ -336,7 +336,7 @@ declare namespace cryptoFramework { interface Random { /** - * Generate radom DataBlob by given length. + * Generate random DataBlob by given length. * @param len Indicates the length of random DataBlob. * @returns Returns the generated random blob. * @syscap SystemCapability.Security.CryptoFramework @@ -371,7 +371,7 @@ declare namespace cryptoFramework { interface AsyKeyGenerator { /** - * Used to generate asymetric key pair. + * Used to generate asymmetric key pair. * @param { AsyncCallback } callback - the callback used to return keypair. * @syscap SystemCapability.Security.CryptoFramework * @since 9 @@ -641,7 +641,7 @@ declare namespace cryptoFramework { /** * The sign algName. * @type { string } - * @syscap SystemCapability.Security.CryptoFramework. + * @syscap SystemCapability.Security.CryptoFramework * @readonly * @since 9 */ -- Gitee