From e0bcef02370b2844cd6319f88f6197d9a04860ac Mon Sep 17 00:00:00 2001 From: liangshenglin1 Date: Mon, 27 Dec 2021 08:05:07 +0000 Subject: [PATCH] update rpc d.ts 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 72a16e4b13..5356356e65 100644 --- a/api/@ohos.rpc.d.ts +++ b/api/@ohos.rpc.d.ts @@ -575,7 +575,7 @@ declare namespace rpc { /** * Reads a {@link Sequenceable} object from the {@link MessageParcel} instance. * @param dataIn Indicates the {@link Sequenceable} object that needs to perform the {@code unmarshalling} operation - * using the {@link MessageParcel}. + * using the {@link MessageParcel}. * @sysCap SystemCapability.RPC_MessageParcel * @return Returns {@code true} if the unmarshalling is successful; returns {@code false} otherwise. * @devices phone, tablet, tv, wearable, car -- Gitee