diff --git a/api/@ohos.rpc.d.ts b/api/@ohos.rpc.d.ts index 72a16e4b13f1789daa135b3b5bb4d2302891affa..5356356e6591b31016e8cfe0c6357ceda46c6766 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