Unverified Commit 89018ff6 authored by *caco's avatar *caco Committed by GitHub
Browse files

fix semantic uncorresponding in comment of ziplist example (#11141)

fix semantic uncorresponding in comment of ziplist example
parent fb1d56bc
......@@ -117,7 +117,7 @@
*
* [0f 00 00 00] [0c 00 00 00] [02 00] [00 f3] [02 f6] [ff]
* | | | | | |
* zlbytes zltail entries "2" "5" end
* zlbytes zltail zllen "2" "5" end
*
* The first 4 bytes represent the number 15, that is the number of bytes
* the whole ziplist is composed of. The second 4 bytes are the offset
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment