We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76d073 commit 776e3c1Copy full SHA for 776e3c1
formats/json/commonMain/src/kotlinx/serialization/json/JsonElementSerializers.kt
@@ -14,7 +14,7 @@ import kotlinx.serialization.json.internal.JsonDecodingException
14
15
/**
16
* Serializer object providing [SerializationStrategy] and [DeserializationStrategy] for [JsonElement].
17
- * It can only be used by with [Json] format an its input ([JsonDecoder] and [JsonEncoder]).
+ * It can only be used by with [Json] format and its input ([JsonDecoder] and [JsonEncoder]).
18
* Currently, this hierarchy has no guarantees on descriptor content.
19
*
20
* Example usage:
0 commit comments