From 8987a470c28ed2dbc25fb928c7525e738fe5d364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E9=9D=99=E8=8C=B9?= Date: Tue, 29 Aug 2023 03:06:05 +0000 Subject: [PATCH] update zh-cn/application-dev/media/image-decoding.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱静茹 --- zh-cn/application-dev/media/image-decoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/media/image-decoding.md b/zh-cn/application-dev/media/image-decoding.md index e5735453a9..e29616d74f 100644 --- a/zh-cn/application-dev/media/image-decoding.md +++ b/zh-cn/application-dev/media/image-decoding.md @@ -39,7 +39,7 @@ ```ts // Stage模型参考如下代码 - const context : Context= getContext(this); + const context : Context = getContext(this); const filePath : string = context.cacheDir + '/test.jpg'; const file : File = fs.openSync(filePath, fs.OpenMode.READ_WRITE); const fd : number = file?.fd; -- GitLab