Update description of async lock shared mode

Issue: https://gitee.com/openharmony/interface_sdk-js/issues/IATOUJ?from=project-issue
Signed-off-by: liu-zelin <liuzelin8@huawei.com>
Change-Id: I2debe6f325f6b5c266aeacc6705017bea22e661d
This commit is contained in:
liu-zelin 2024-09-25 21:30:01 +08:00
parent 263fdc0f11
commit 78c2fad3b2

View File

@ -177,7 +177,7 @@ declare namespace utils {
enum AsyncLockMode {
/**
* Shared lock operation.
* The operation could reenter in the same thread if this mode is specified.
* The operation could reenter if this mode is specified.
*
* @syscap SystemCapability.Utils.Lang
* @atomicservice