Skip to content

Commit e80ce2e

Browse files
committed
fix comment
1 parent be7a4d3 commit e80ce2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/not-so-smart/decoder.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
44
We define a "packet line" (aka a "packet") as
55
6-
| 4 bytes || (pkt-len)-4 |
7-
[ enc-pkt-len ][ pkt-content ]
6+
| 4 bytes || (enc-pkt-len)-4 |
7+
[ enc-pkt-len ][ pkt-content ]
88
|------- pkt-len ------|
99
1010
Example: "0009done\n" where [enc-pkt-len = 4] and [pkt-content = "done"] given we

0 commit comments

Comments
 (0)