Skip to content

Commit 212864f

Browse files
committed
修复 ziplist.c 中一个关于列表节点的注释错误
1 parent 50a3070 commit 212864f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ziplist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
*
6060
* Header 包括两部分:
6161
* 1) 前一个节点的长度,在从后往前遍历时使用
62-
* 2) 这个节点所储存的字符串的长度
62+
* 2) 当前节点所保存的值的类型和长度
6363
*
6464
* The length of the previous entry is encoded in the following way:
6565
* If this length is smaller than 254 bytes, it will only consume a single

0 commit comments

Comments
 (0)