Skip to content

Commit 85b3294

Browse files
authored
Fix a typo in the documentation of MapSerializer (#2761)
1 parent 30b1732 commit 85b3294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/commonMain/src/kotlinx/serialization/builtins/BuiltinSerializers.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ public fun <T> SetSerializer(elementSerializer: KSerializer<T>): KSerializer<Set
216216

217217
/**
218218
* Creates a serializer for [`Map<K, V>`][Map] for the given serializers for
219-
* its ket type [K] and value type [V].
219+
* its key type [K] and value type [V].
220220
*/
221221
public fun <K, V> MapSerializer(
222222
keySerializer: KSerializer<K>,

0 commit comments

Comments
 (0)