Skip to content

Commit

Permalink
Clarify the wording from dually to the more common doubly (#1214)
Browse files Browse the repository at this point in the history
Clarify documentation is ziplist.c

Signed-off-by: danish-mehmood <rdm355190@gmail.com>
  • Loading branch information
danish-mehmood authored Oct 23, 2024
1 parent b803f7a commit c176de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ziplist.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c176de4

Please sign in to comment.