Small correction to README file.
This commit is contained in:
parent
c016cd0af3
commit
dfce864f16
@ -400,8 +400,8 @@ errno_t hash_set_dump(
|
|||||||
* `instance`
|
* `instance`
|
||||||
A pointer to the hash set instance to be examined, as returned by the [hash_set_create()](#hash_set_create) function.
|
A pointer to the hash set instance to be examined, as returned by the [hash_set_create()](#hash_set_create) function.
|
||||||
|
|
||||||
* `capacity`
|
* `callback`
|
||||||
A pointer to the callback function that will be invoked once for every "slot" of the hash set.
|
A pointer to the callback function that will be invoked once for every "slot" in the hash set.
|
||||||
|
|
||||||
```C
|
```C
|
||||||
int callback(
|
int callback(
|
||||||
|
Loading…
Reference in New Issue
Block a user