From 125e07f06dd5574b40bfb228769e773ba058381b Mon Sep 17 00:00:00 2001 From: Gloria Date: Thu, 29 Sep 2022 14:50:14 +0800 Subject: [PATCH] Update docs against 10018 Signed-off-by: wusongqing --- en/application-dev/reference/apis/js-apis-camera.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-camera.md b/en/application-dev/reference/apis/js-apis-camera.md index 78db0562f9..5d57d317cb 100644 --- a/en/application-dev/reference/apis/js-apis-camera.md +++ b/en/application-dev/reference/apis/js-apis-camera.md @@ -812,7 +812,7 @@ Obtains the zoom ratio range. This API uses an asynchronous callback to return t | Name | Type | Mandatory| Description | | -------- | ------------------------------ | ---- | ------------------------ | -| callback | AsyncCallback\> | Yes | Callback used to return the result.| +| callback | AsyncCallback\> | Yes | Callback used to return an array containing the minimum and maximum zoom ratios.| **Example** @@ -838,7 +838,7 @@ Obtains the zoom ratio range. This API uses a promise to return the result. | Type | Description | | ------------------------ | ------------------------------------------- | -| Promise\> | Promise used to return the zoom ratio range.| +| Promise\> | Promise used to return an array containing the minimum and maximum zoom ratios.| **Example** -- GitLab