Clarify the wording from dually to the more common doubly (#1214)
Clarify documentation is ziplist.c Signed-off-by: danish-mehmood <rdm355190@gmail.com>
This commit is contained in:
parent
b803f7aeff
commit
c176de4251
@ -1,4 +1,4 @@
|
|||||||
/* The ziplist is a specially encoded dually linked list that is designed
|
/* The ziplist is a specially encoded doubly linked list that is designed
|
||||||
* to be very memory efficient. It stores both strings and integer values,
|
* to be very memory efficient. It stores both strings and integer values,
|
||||||
* where integers are encoded as actual integers instead of a series of
|
* where integers are encoded as actual integers instead of a series of
|
||||||
* characters. It allows push and pop operations on either side of the list
|
* characters. It allows push and pop operations on either side of the list
|
||||||
|
Loading…
x
Reference in New Issue
Block a user