From 6bb48e181fbc07a1477ad42db484574bbf8b6aca Mon Sep 17 00:00:00 2001 From: bigpumpkin Date: Wed, 2 Mar 2022 12:22:00 +0000 Subject: [PATCH] fix rpc syscap name Signed-off-by: @bigpumpkin --- 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 8932f4c6bb..0ee21513cb 100644 --- a/api/@ohos.rpc.d.ts +++ b/api/@ohos.rpc.d.ts @@ -33,7 +33,7 @@ declare namespace rpc { * {@link Sequenceable}, and SequenceableArray. * * @since 7 - * @sysCap SystemCapability.Communication.IPC.Core + * @syscap SystemCapability.Communication.IPC.Core * @import import rpc from '@ohos.rpc' */ class MessageParcel { -- Gitee