Skip to content

Commit 776e3c1

Browse files
authored
Fix typo in JsonElementSerializer (#2314)
1 parent f76d073 commit 776e3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formats/json/commonMain/src/kotlinx/serialization/json/JsonElementSerializers.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import kotlinx.serialization.json.internal.JsonDecodingException
1414

1515
/**
1616
* Serializer object providing [SerializationStrategy] and [DeserializationStrategy] for [JsonElement].
17-
* It can only be used by with [Json] format an its input ([JsonDecoder] and [JsonEncoder]).
17+
* It can only be used by with [Json] format and its input ([JsonDecoder] and [JsonEncoder]).
1818
* Currently, this hierarchy has no guarantees on descriptor content.
1919
*
2020
* Example usage:

0 commit comments

Comments
 (0)