Commit 87ad509f authored by Him188's avatar Him188

Fix typo

parent bdc95d12
...@@ -4,4 +4,4 @@ package net.mamoe.mirai.utils ...@@ -4,4 +4,4 @@ package net.mamoe.mirai.utils
* 表示这里是不可到达的位置. * 表示这里是不可到达的位置.
*/ */
@Suppress("NOTHING_TO_INLINE") @Suppress("NOTHING_TO_INLINE")
internal inline fun assertUnreachable(): Nothing = error("This clause should be reached") internal inline fun assertUnreachable(): Nothing = error("This clause should not be reached")
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