From cb836c7840d4ed2a68ddcba42de1902b6ae1757f Mon Sep 17 00:00:00 2001 From: zhenghui25 Date: Mon, 4 Aug 2025 14:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8F=8F=E8=BF=B0=E9=94=99?= =?UTF-8?q?=E5=88=AB=E5=AD=97=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhenghui25 --- api/@ohos.account.osAccount.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.account.osAccount.d.ts b/api/@ohos.account.osAccount.d.ts index 662dd6b646..fb6e3a5dfd 100644 --- a/api/@ohos.account.osAccount.d.ts +++ b/api/@ohos.account.osAccount.d.ts @@ -1762,7 +1762,7 @@ declare namespace osAccount { *
2. Incorrect parameter types. * @throws { BusinessError } 12300001 - The system service works abnormally. * @throws { BusinessError } 12300002 - Invalid serialNumber. - * @throws { BusinessError } 12300003 - The account indicated by serialNumber dose not exist. + * @throws { BusinessError } 12300003 - The account indicated by serialNumber does not exist. * @syscap SystemCapability.Account.OsAccount * @since 9 */ @@ -1777,7 +1777,7 @@ declare namespace osAccount { *
2. Incorrect parameter types. * @throws { BusinessError } 12300001 - The system service works abnormally. * @throws { BusinessError } 12300002 - Invalid serialNumber. - * @throws { BusinessError } 12300003 - The account indicated by serialNumber dose not exist. + * @throws { BusinessError } 12300003 - The account indicated by serialNumber does not exist. * @syscap SystemCapability.Account.OsAccount * @since 9 */ -- Gitee