Skip to content

Commit fb65be2

Browse files
authored
Fixed a couple typos in the guide intro. (#1212)
1 parent 728e220 commit fb65be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/serialization-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Kotlin Serialization Guide
22

3-
Kotlin Serialization is cross-platform and multi-format framework for data serialization —
4-
converting trees of objects to strings, byte arrays, or other _serial_ representations and back.
5-
Kotlin Serialization fully supports and enforces Kotlin type system, making sure only valid
3+
Kotlin Serialization is a cross-platform and multi-format framework for data serialization—converting
4+
trees of objects to strings, byte arrays, or other _serial_ representations and back.
5+
Kotlin Serialization fully supports and enforces the Kotlin type system, making sure only valid
66
objects can be deserialized.
77

88
Kotlin Serialization is not just a library. It is a compiler plugin that is bundled with the Kotlin

0 commit comments

Comments
 (0)