From b4e2b27a696d7a4faec7172220d8dc912b5f7571 Mon Sep 17 00:00:00 2001 From: liangshenglin1 Date: Wed, 29 Dec 2021 02:20:06 +0000 Subject: [PATCH] fix rpc d.ts typo Signed-off-by: liangshenglin1 --- 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 5356356e65..1ca5621408 100644 --- a/api/@ohos.rpc.d.ts +++ b/api/@ohos.rpc.d.ts @@ -899,7 +899,7 @@ declare namespace rpc { /** * Defines the response to the request. *

SendRequestResult object contains four members, - * namely error code of this operation, rquest code, data parcel + * namely error code of this operation, request code, data parcel * and reply parcel. * @since 8 * @import import rpc from '@ohos.rpc' -- Gitee