From 9f08c345d5f3a23fa287a2b3f117846ce235e151 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Wed, 9 Mar 2022 17:09:17 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he --- en/application-dev/reference/apis/js-apis-hidebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-hidebug.md b/en/application-dev/reference/apis/js-apis-hidebug.md index 78b6282ce6..7e2473e5f4 100644 --- a/en/application-dev/reference/apis/js-apis-hidebug.md +++ b/en/application-dev/reference/apis/js-apis-hidebug.md @@ -107,7 +107,7 @@ Obtains the size of the shared dirty memory of this process. - **Example** ``` - let sharedDirty = hidebug.getSharedDirty()); + let sharedDirty = hidebug.getSharedDirty(); ``` -- GitLab