Commit 4a2bdba0 authored by Him188's avatar Him188

Fix typo

parent 408accb8
...@@ -58,7 +58,7 @@ inline fun <R> Contact.withSession(block: BotSession.() -> R): R { ...@@ -58,7 +58,7 @@ inline fun <R> Contact.withSession(block: BotSession.() -> R): R {
} }
/** /**
* 只读联系人列表, lockfree 实现 * 只读联系人列表, lock-free 实现
*/ */
@UseExperimental(MiraiInternalAPI::class) @UseExperimental(MiraiInternalAPI::class)
@Suppress("unused") @Suppress("unused")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment