mirror of
https://github.com/redis/redis.git
synced 2026-04-22 19:37:30 -04:00
Fix typo
This commit is contained in:
@@ -1247,7 +1247,7 @@ int zsetScore(robj *zobj, sds member, double *score) {
|
||||
* none could be set if we re-added an element using the same score it used
|
||||
* to have, or in the case a zero increment is used).
|
||||
*
|
||||
* The function returns 0 on erorr, currently only when the increment
|
||||
* The function returns 0 on error, currently only when the increment
|
||||
* produces a NAN condition, or when the 'score' value is NAN since the
|
||||
* start.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user