From c73c08043fa3dc9bad20b0ccd5bc4e080370b1b2 Mon Sep 17 00:00:00 2001 From: chunyi1234 <19913318299@163.com> Date: Tue, 5 Aug 2025 20:57:40 +0800 Subject: [PATCH] revise comments and dot Signed-off-by: chunyi1234 <19913318299@163.com> --- api/@ohos.dlpPermission.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.dlpPermission.d.ts b/api/@ohos.dlpPermission.d.ts index aadf9c1873..3c2318ffaa 100644 --- a/api/@ohos.dlpPermission.d.ts +++ b/api/@ohos.dlpPermission.d.ts @@ -874,7 +874,7 @@ declare namespace dlpPermission { * @systemapi Hide this for inner system use. * @since 10 */ - DOMAIN_ACCOUNT = 2, + DOMAIN_ACCOUNT = 2 } /** @@ -1574,7 +1574,7 @@ declare namespace dlpPermission { * * @permission ohos.permission.ENTERPRISE_ACCESS_DLP_FILE * @param { number } dlpFd FD of the target DLP file. - * @param { number } plaintextFd FD of the file decrypted. + * @param { number } plaintextFd FD of the target DLP file. * @returns { Promise } Promise that returns no value. * @throws { BusinessError } 201 - Permission denied. * @throws { BusinessError } 202 - Non-system applications use system APIs. -- Gitee