Commit c96dd1c4 authored by Him188's avatar Him188

Fix typo

parent 7196ee6a
...@@ -37,7 +37,7 @@ internal sealed class ContactImpl : Contact { ...@@ -37,7 +37,7 @@ internal sealed class ContactImpl : Contact {
@PublishedApi @PublishedApi
internal fun CoroutineScope.Group(bot: Bot, groupId: GroupId, info: RawGroupInfo, context: CoroutineContext): Group = internal fun CoroutineScope.Group(bot: Bot, groupId: GroupId, info: RawGroupInfo, context: CoroutineContext): Group =
GroupImpl(bot, groupId, context).apply { GroupImpl(bot, groupId, context).apply {
this@apply.info = info.parseBy(this@apply); this@apply.info = info.parseBy(this@apply)
launch { startUpdater() } launch { startUpdater() }
} }
......
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