You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dokka/moduledoc.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ You can learn about "Human-Optimized Config Object Notation" or HOCON from libra
17
17
Allows converting arbitrary hierarchy of Kotlin classes to a flat key-value structure à la Java Properties.
18
18
19
19
# Module kotlinx-serialization-protobuf
20
-
Protocol buffers serialization format implementation, mostly complaint to [proto2](https://developers.google.com/protocol-buffers/docs/proto) specification.
20
+
Protocol buffers serialization format implementation, mostly compliant to [proto2](https://developers.google.com/protocol-buffers/docs/proto) specification.
21
21
22
22
# Package kotlinx.serialization
23
23
Basic core concepts and annotations that set up serialization process.
@@ -43,7 +43,7 @@ JSON serialization format implementation, JSON tree data structures with builder
43
43
and JSON-specific serializers.
44
44
45
45
# Package kotlinx.serialization.protobuf
46
-
Protocol buffers serialization format implementation, mostly complaint to [proto2](https://developers.google.com/protocol-buffers/docs/proto) specification.
46
+
Protocol buffers serialization format implementation, mostly compliant to [proto2](https://developers.google.com/protocol-buffers/docs/proto) specification.
47
47
48
48
# Package kotlinx.serialization.properties
49
49
Properties serialization format implementation that represents the input data as a plain map of properties.
0 commit comments