Skip to content

Commit

Permalink
Fixed typo in constants section
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed Dec 6, 2021
1 parent 528565a commit 589c4e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -200,8 +200,8 @@ The above loop runs in under `500 ms`. The final output is compact at just `118
| File | Size |
| ------------------ | --------- |
| log.out | 1 byte |
| log.out.index | 6 bytes |
| log.out.runlength | 111 bytes |
| log.out.runlength | 6 bytes |
| log.out.index | 111 bytes |

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

0 comments on commit 589c4e6

Please sign in to comment.