We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b1732 commit 85b3294Copy full SHA for 85b3294
core/commonMain/src/kotlinx/serialization/builtins/BuiltinSerializers.kt
@@ -216,7 +216,7 @@ public fun <T> SetSerializer(elementSerializer: KSerializer<T>): KSerializer<Set
216
217
/**
218
* Creates a serializer for [`Map<K, V>`][Map] for the given serializers for
219
- * its ket type [K] and value type [V].
+ * its key type [K] and value type [V].
220
*/
221
public fun <K, V> MapSerializer(
222
keySerializer: KSerializer<K>,
0 commit comments