Skip to content

Commit 84591fd

Browse files
authored
Update README.md
1 parent 52f9ade commit 84591fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ Minimal example using the default `EncodedFormat` (Base62 + PackedFormat):
6666
@Serializable
6767
data class Payload(
6868
@VarUInt
69-
val id: ULong, // varuint
69+
val id: ULong, // varint
7070

7171
@VarInt
7272
val delta: Int, // zig-zag + varint
7373

74-
val urgent: Boolean,
74+
val urgent: Boolean, // joined to bitset
7575
val sensitive: Boolean,
7676
val external: Boolean,
7777
val handledAt: Instant?, // nullable, tracked via bitmask

0 commit comments

Comments
 (0)