From 131ba9dd34113ae06107da3ef5a66e9f5ec72049 Mon Sep 17 00:00:00 2001 From: zzs110 Date: Tue, 6 Dec 2022 17:19:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=A0=81=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zzs110 --- api/@ohos.pasteboard.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.pasteboard.d.ts b/api/@ohos.pasteboard.d.ts index e2c25e1959..6c2ca5fabd 100644 --- a/api/@ohos.pasteboard.d.ts +++ b/api/@ohos.pasteboard.d.ts @@ -341,7 +341,7 @@ declare namespace pasteboard { * @param { string } mimeType - indicates the MIME type of value. * @param { ValueType } value - content to be saved. * @throws { BusinessError } 401 - if type of mimeType is not string, or the value can not match the mimeType correctly. - * @throws { BusinessError } 12900002 - The number of record exteeds the maximum limit. + * @throws { BusinessError } 12900002 - The number of record exceeds the maximum limit. * @since 9 */ addRecord(mimeType: string, value: ValueType): void; -- Gitee