Skip to content

Commit 589c4e6

Browse files
authored
Fixed typo in constants section
1 parent 528565a commit 589c4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ The above loop runs in under `500 ms`. The final output is compact at just `118
200200
| File | Size |
201201
| ------------------ | --------- |
202202
| log.out | 1 byte |
203-
| log.out.index | 6 bytes |
204-
| log.out.runlength | 111 bytes |
203+
| log.out.runlength | 6 bytes |
204+
| log.out.index | 111 bytes |
205205

206206
```console
207207
foo@bar:~/dev/binary_log$ ls -lart log.out*

0 commit comments

Comments
 (0)