From f97bd10e28e0d0f9012a0cc30f60574f9c39e1bc Mon Sep 17 00:00:00 2001 From: Hollokin Date: Tue, 9 May 2023 14:46:51 +0800 Subject: [PATCH] update Signed-off-by: Hollokin --- zh-cn/application-dev/reference/apis/js-apis-inputmethod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md index df43a672e6..842371d415 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md @@ -212,7 +212,7 @@ getCurrentInputMethod(): InputMethodProperty let currentIme = inputMethod.getCurrentInputMethod(); ``` -## inputMethod.switchCurrentInputMethodSubtype10+ +## inputMethod.switchCurrentInputMethodSubtype9+ switchCurrentInputMethodSubtype(target: InputMethodSubtype, callback: AsyncCallback\): void @@ -268,7 +268,7 @@ try { } ``` -## inputMethod.switchCurrentInputMethodSubtype10+ +## inputMethod.switchCurrentInputMethodSubtype9+ switchCurrentInputMethodSubtype(target: InputMethodSubtype): Promise<boolean> -- GitLab