From 26ca85483b9936d7a1e36f8a9308f03fe9f8edcf Mon Sep 17 00:00:00 2001 From: yudechen Date: Wed, 30 Nov 2022 11:03:34 +0800 Subject: [PATCH] fixed cb51b12 from https://gitee.com/yudechen/interface_sdk-js/pulls/3624 fix: modify for specification. Signed-off-by: yudechen Change-Id: I1edf929872e7756e9d28fa87c61a2ab9b4e5e681 --- api/@ohos.systemCapability.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.systemCapability.d.ts b/api/@ohos.systemCapability.d.ts index e8f6f6a937..438327224e 100644 --- a/api/@ohos.systemCapability.d.ts +++ b/api/@ohos.systemCapability.d.ts @@ -29,7 +29,7 @@ declare namespace systemCapability { * @since 9 * @systemapi * @syscap SystemCapability.Developtools.Syscap - * @return system capability string. + * @returns system capability string. * @param callback indicates the system capability string result. */ function querySystemCapabilities(callback: AsyncCallback): void; -- Gitee