Skip to content

Commit 7c1f8e6

Browse files
authored
Fix typo (Kotlin#1631)
1 parent 2048fac commit 7c1f8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commonMain/src/kotlinx/serialization/KSerializer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public interface DeserializationStrategy<T> {
144144
*
145145
* Throws [SerializationException] if value cannot be deserialized.
146146
*
147-
* Example of serialize method:
147+
* Example of deserialize method:
148148
* ```
149149
* class MyData(int: Int, stringList: List<String>, alwaysZero: Long)
150150
*

0 commit comments

Comments
 (0)