Skip to content

Commit 3126d4e

Browse files
authored
Fix typo in moduledoc.md (#1126)
1 parent 528ce78 commit 3126d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dokka/moduledoc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can learn about "Human-Optimized Config Object Notation" or HOCON from libra
1717
Allows converting arbitrary hierarchy of Kotlin classes to a flat key-value structure à la Java Properties.
1818

1919
# 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.
2121

2222
# Package kotlinx.serialization
2323
Basic core concepts and annotations that set up serialization process.
@@ -43,7 +43,7 @@ JSON serialization format implementation, JSON tree data structures with builder
4343
and JSON-specific serializers.
4444

4545
# 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.
4747

4848
# Package kotlinx.serialization.properties
4949
Properties serialization format implementation that represents the input data as a plain map of properties.

0 commit comments

Comments
 (0)