Kaynağa Gözat

Fix typo in doc

Him188 5 yıl önce
ebeveyn
işleme
e219fb3a95

+ 1 - 1
mirai-core-api/src/commonMain/kotlin/utils/BotConfiguration.kt

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