From 2ccc93a569b2df4132e5a5edf6ec4127f3612c9b Mon Sep 17 00:00:00 2001 From: wy Date: Tue, 15 Feb 2022 16:12:59 +0800 Subject: [PATCH] modify code standard Signed-off-by: wy --- api/@ohos.bluetooth.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.bluetooth.d.ts b/api/@ohos.bluetooth.d.ts index 8a14be1498..155520f157 100644 --- a/api/@ohos.bluetooth.d.ts +++ b/api/@ohos.bluetooth.d.ts @@ -18,7 +18,7 @@ import { AsyncCallback, Callback } from "./basic"; /** * Provides methods to operate or manage Bluetooth. * @since 7 - * @SysCap SystemCapability.Communication.Bluetooth.Core + * @syscap SystemCapability.Communication.Bluetooth.Core */ declare namespace bluetooth { /** @@ -1308,4 +1308,4 @@ declare namespace bluetooth { } } -export default bluetooth; \ No newline at end of file +export default bluetooth; -- Gitee