!13994 挑单-Update description of async lock shared mode

Merge pull request !13994 from diartyz/cherry-pick-1727281780
This commit is contained in:
openharmony_ci 2024-09-26 11:58:45 +00:00 committed by Gitee
commit 85c68ed2a9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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