Fix typo in doc

This commit is contained in:
Him188 2021-02-11 16:42:02 +08:00
parent 0d58e6e3ab
commit e219fb3a95

View File

@ -410,7 +410,7 @@ public open class BotConfiguration { // open for Java
public var friendListCacheEnabled: Boolean = true
/**
* 开启好友列表缓存
* 开启群成员列表缓存
*/
public var groupMemberListCacheEnabled: Boolean = true
}