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:
danish-mehmood 2024-10-24 02:30:42 +05:00 committed by GitHub
parent b803f7aeff
commit c176de4251
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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