From d917075fc7c36128c05dd24a89f19ebb05f359c5 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Fri, 11 Feb 2022 09:55:30 +0000 Subject: [PATCH] update en/application-dev/reference/apis/js-apis-statfs.md. Signed-off-by: Annie_wang --- en/application-dev/reference/apis/js-apis-statfs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-statfs.md b/en/application-dev/reference/apis/js-apis-statfs.md index c35b68d23a..9e72201f75 100644 --- a/en/application-dev/reference/apis/js-apis-statfs.md +++ b/en/application-dev/reference/apis/js-apis-statfs.md @@ -65,7 +65,7 @@ Obtains the number of free bytes of the specified file system in asynchronous mo ``` statfs.getFreeBytes(path, function(err, number){ - //do something + // Do something. }); ``` @@ -110,6 +110,6 @@ Obtains the total number of bytes of the specified file system in asynchronous m ``` statfs.getTotalBytes(path, function(err, number){ - //do something + // Do something. }); ``` -- GitLab