Skip to content

Commit dd2068d

Browse files
Apply suggestions from code review
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
1 parent 2cbc215 commit dd2068d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protocols/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Protocols
22

3-
This package provides common ways for decoding bytes into data models (e.g. Zipkin Span). These data models can then be decoded into internal pdata representations. Similarly, pdata can be encoded into a data model which can then be encoded into bytes.
3+
This package provides common ways for decoding serialized bytes into protocol-specific in-memory data models (e.g. Zipkin Span). These data models can then be decoded into internal pdata representations. Similarly, pdata can be encoded into a data model which can then be encoded into bytes.
44

55
[encoding](encoding): Common interfaces for encoding/decoding bytes from/to data models.
66

77
[translation](translation): Common interfaces for encoding/decoding data models from/to pdata.
88

9-
This package provides higher level APIs that do both encoding of bytes and data model if going directly pdata <-> bytes.
9+
This package provides higher level APIs that do both encoding of bytes and data model if going directly pdata <-> bytes.

0 commit comments

Comments
 (0)