From 04a287ed1ae327892ae49bdc901120e6ca19f2f0 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Mon, 18 Jul 2022 17:44:31 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/reference/apis/js-apis-inputmonitor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/reference/apis/js-apis-inputmonitor.md b/en/application-dev/reference/apis/js-apis-inputmonitor.md index 156639609b..1cd5b9527f 100644 --- a/en/application-dev/reference/apis/js-apis-inputmonitor.md +++ b/en/application-dev/reference/apis/js-apis-inputmonitor.md @@ -90,7 +90,7 @@ This is a system API. **Return value** | Type | Description | | ------- | -------------------------------------- | -| Boolean | The value **true** indicates that the touch event has been consumed, and the value **false** indicates the opposite.| +| Boolean | Result indicating whether the touch event has been consumed by the input monitor. The value **true** indicates that the touch event has been consumed, and the value **false** indicates the opposite.| **Example** -- GitLab