Commit c51baf64 authored by Michael Parker's avatar Michael Parker Committed by antirez
Browse files

Fix hash table size in comment for dictScan

Closes #1351
parent 7e055d4e
...@@ -718,7 +718,7 @@ static unsigned long rev(unsigned long v) { ...@@ -718,7 +718,7 @@ static unsigned long rev(unsigned long v) {
* *
* The function guarantees that all the elements that are present in the * The function guarantees that all the elements that are present in the
* dictionary from the start to the end of the iteration are returned. * dictionary from the start to the end of the iteration are returned.
* However it is possible that some element is returned multiple time. * However it is possible that some element is returned multiple times.
* *
* For every element returned, the callback 'fn' passed as argument is * For every element returned, the callback 'fn' passed as argument is
* called, with 'privdata' as first argument and the dictionar entry * called, with 'privdata' as first argument and the dictionar entry
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment