We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9650a28 commit bf3269bCopy full SHA for bf3269b
formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/AbstractJsonLexer.kt
@@ -213,7 +213,7 @@ internal abstract class AbstractJsonLexer {
213
val expected = when (expectedToken) {
214
TC_STRING -> "quotation mark '\"'"
215
TC_COMMA -> "comma ','"
216
- TC_COLON -> "semicolon ':'"
+ TC_COLON -> "colon ':'"
217
TC_BEGIN_OBJ -> "start of the object '{'"
218
TC_END_OBJ -> "end of the object '}'"
219
TC_BEGIN_LIST -> "start of the array '['"
0 commit comments