Skip to content

Commit

Permalink
Fix typo in moduledoc.md (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
aksh1618 committed Oct 9, 2020
1 parent 528ce78 commit 3126d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dokka/moduledoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can learn about "Human-Optimized Config Object Notation" or HOCON from libra
Allows converting arbitrary hierarchy of Kotlin classes to a flat key-value structure à la Java Properties.

# Module kotlinx-serialization-protobuf
Protocol buffers serialization format implementation, mostly complaint to [proto2](https://developers.google.com/protocol-buffers/docs/proto) specification.
Protocol buffers serialization format implementation, mostly compliant to [proto2](https://developers.google.com/protocol-buffers/docs/proto) specification.

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

# Package kotlinx.serialization.protobuf
Protocol buffers serialization format implementation, mostly complaint to [proto2](https://developers.google.com/protocol-buffers/docs/proto) specification.
Protocol buffers serialization format implementation, mostly compliant to [proto2](https://developers.google.com/protocol-buffers/docs/proto) specification.

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

0 comments on commit 3126d4e

Please sign in to comment.