Skip to content

Commit 14eee89

Browse files
committed
clarified packedformat duties
1 parent 1abdc6d commit 14eee89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ KEncode provides three standalone entry points:
2323

2424
1. **ByteEncoding** text codecs: Base62, Base36, Base64, and Base85 encoders
2525
for raw binary data.
26-
2. **PackedFormat**: A binary format serializer optimized for Kotlin that
27-
supports nested objects, lists, and maps. It uses bitsets for booleans and
28-
nullability to minimize overhead.
26+
2. **PackedFormat**: A binary format serializer that supports nested objects,
27+
lists, and maps. It uses bitsets for booleans and nullability to minimize
28+
overhead.
2929
3. **EncodedFormat**: A string format serializer that wraps the above to produce
3030
small deterministic string identifiers.
3131

0 commit comments

Comments
 (0)