From 87ad509f70f83c560cef2ede2f804a735703d139 Mon Sep 17 00:00:00 2001 From: Him188 Date: Sun, 17 Nov 2019 14:09:33 +0800 Subject: [PATCH] Fix typo --- .../src/commonMain/kotlin/net.mamoe.mirai/utils/Unreachable.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/Unreachable.kt b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/Unreachable.kt index ec31ec3e5..49f3c7601 100644 --- a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/Unreachable.kt +++ b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/utils/Unreachable.kt @@ -4,4 +4,4 @@ package net.mamoe.mirai.utils * 表示这里是不可到达的位置. */ @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")