From 584a20b8cb8e8614b538a5dedb19f7344fe29094 Mon Sep 17 00:00:00 2001 From: lifansheng Date: Tue, 16 Nov 2021 09:03:55 +0800 Subject: [PATCH] Signed-off-by: lifansheng On branch master Your branch is up to date with 'origin/master'. --- api/@ohos.util.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api/@ohos.util.d.ts b/api/@ohos.util.d.ts index ab23c0546d..b8584180af 100644 --- a/api/@ohos.util.d.ts +++ b/api/@ohos.util.d.ts @@ -534,7 +534,6 @@ declare namespace util { * @since 8 * @sysCap SystemCapability.CCRuntime * @param value A Uint8Array value - * @param value A number value * @return Return the encoded new Uint8Array. */ encode(src: Uint8Array): Uint8Array; -- Gitee