From 23d370d3c7e8aaa3fb37bbd823decd3e6d5cb799 Mon Sep 17 00:00:00 2001 From: liujw1212 Date: Tue, 15 Mar 2022 21:21:08 -0700 Subject: [PATCH] Fix sysCap bug Signed-off-by: liujw1212 --- api/@ohos.nfc.tag.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.nfc.tag.d.ts b/api/@ohos.nfc.tag.d.ts index 78ec3e6702..d98f18c716 100755 --- a/api/@ohos.nfc.tag.d.ts +++ b/api/@ohos.nfc.tag.d.ts @@ -21,7 +21,7 @@ import { NfcATag, NfcBTag, NfcFTag, NfcVTag } from './tag/nfctech'; * @import import tag from '@ohos.nfc.tag'; * * @since 7 - * @sysCap SystemCapability.Communication.NFC.Core + * @syscap SystemCapability.Communication.NFC.Core */ declare namespace tag { /** Indicates an NFC-A tag. */ -- Gitee