From 20d5f62c2baa76ee47429fc7e8c2ec8702ca8bd1 Mon Sep 17 00:00:00 2001 From: j30012456 Date: Wed, 2 Mar 2022 17:33:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: j30012456 --- zh-cn/application-dev/reference/apis/js-apis-hidebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-hidebug.md b/zh-cn/application-dev/reference/apis/js-apis-hidebug.md index 26465fc223..a1afa0de30 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-hidebug.md +++ b/zh-cn/application-dev/reference/apis/js-apis-hidebug.md @@ -107,7 +107,7 @@ getSharedDirty(): bigint - 示例: ``` - let sharedDirty = hidebug.getSharedDirty()); + let sharedDirty = hidebug.getSharedDirty(); ``` -- GitLab