Fix typo in module API docs (#7861)

(cherry picked from commit ce5efb444b203536335ca6dd5d34cb57425b55be)
This commit is contained in:
Gavrie Philipson 2020-09-29 13:10:08 +03:00 committed by Oran Agra
parent 58a7774ca4
commit c6d6646567

View File

@ -2937,8 +2937,8 @@ int RM_HashSet(RedisModuleKey *key, int flags, ...) {
} }
/* Get fields from an hash value. This function is called using a variable /* Get fields from an hash value. This function is called using a variable
* number of arguments, alternating a field name (as a StringRedisModule * number of arguments, alternating a field name (as a RedisModuleString
* pointer) with a pointer to a StringRedisModule pointer, that is set to the * pointer) with a pointer to a RedisModuleString pointer, that is set to the
* value of the field if the field exists, or NULL if the field does not exist. * value of the field if the field exists, or NULL if the field does not exist.
* At the end of the field/value-ptr pairs, NULL must be specified as last * At the end of the field/value-ptr pairs, NULL must be specified as last
* argument to signal the end of the arguments in the variadic function. * argument to signal the end of the arguments in the variadic function.