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

fix semantic uncorresponding in comment of ziplist example
This commit is contained in:
*caco 2022-09-08 10:48:11 +08:00 committed by GitHub
parent fb1d56bc2a
commit 89018ff6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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