From af183ab70598d640a92eae5f96a4ab58a2a2ef82 Mon Sep 17 00:00:00 2001 From: crazy_hu Date: Mon, 28 Nov 2022 16:50:40 +0800 Subject: [PATCH] fixed bc92cd6 from https://gitee.com/hu-xiusong/interface_sdk-js/pulls/3566 Update rpc.d.ts interface description. Signed-off-by: crazy_hu --- api/@ohos.rpc.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.rpc.d.ts b/api/@ohos.rpc.d.ts index 2f87c58027..3c16ca13cd 100644 --- a/api/@ohos.rpc.d.ts +++ b/api/@ohos.rpc.d.ts @@ -1450,7 +1450,7 @@ declare namespace rpc { * @param fd File descriptor to be duplicated. * @returns A duplicated file descriptor. * @throws { BusinessError } 401 - check param failed - * @throws { BusinessError } 1900013 call os dup function failed + * @throws { BusinessError } 1900013 - call os dup function failed * @since 9 */ static dupFileDescriptor(fd: number) :number; -- Gitee