From 88fe09130da416f490b0ceb64aa1ec31ca720454 Mon Sep 17 00:00:00 2001 From: huangjie Date: Fri, 7 Apr 2023 14:47:57 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20a0bcf74=20from=20https://gitee.com/maoz?= =?UTF-8?q?iduanl/docs/pulls/16997=20=E8=B5=84=E6=BA=90=E8=B5=84=E6=96=99?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangjie --- .../application-dev/reference/apis/js-apis-resource-manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md b/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md index e959b5c021..cd97d6058f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md +++ b/zh-cn/application-dev/reference/apis/js-apis-resource-manager.md @@ -1542,7 +1542,7 @@ closeRawFd(path: string, callback: AsyncCallback<void>): void ``` -### closeRawFd8+ +### closeRawFd9+ closeRawFd(path: string): Promise<void> -- GitLab