diff --git a/zh-cn/application-dev/media/image-decoding.md b/zh-cn/application-dev/media/image-decoding.md index e5735453a92bcc08d4210f4b43214e0d252b5867..e29616d74ff332ec3ba98425607909e90e1ce803 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;