Skip to content

Commit ee7a296

Browse files
authored
Instant: Fix wrong package name
1 parent cbd271a commit ee7a296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/stdlib/instant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ Instead, like it is done for other data structures in the standard library,
10991099
`kotlin.time.Instant` out of the box,
11001100
supported by `parse` and `toString`.
11011101

1102-
`koltinx.serialization` includes additional serializers for standard library
1102+
`kotlinx.serialization` includes additional serializers for standard library
11031103
entities in the `kotlinx.serialization.builtins` package, like
11041104
<https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-core/kotlinx.serialization.builtins/-long-as-string-serializer/>.
11051105
`InstantComponentSerializer` can be added in a

0 commit comments

Comments
 (0)