mirror of
https://github.com/fluencelabs/redis
synced 2025-03-20 09:30:55 +00:00
Fixes a typo in a comment
This commit is contained in:
parent
4e9c3027b1
commit
41030ae2de
@ -163,7 +163,7 @@ double extractDistanceOrReply(client *c, robj **argv,
|
|||||||
return distance * to_meters;
|
return distance * to_meters;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The defailt addReplyDouble has too much accuracy. We use this
|
/* The default addReplyDouble has too much accuracy. We use this
|
||||||
* for returning location distances. "5.2145 meters away" is nicer
|
* for returning location distances. "5.2145 meters away" is nicer
|
||||||
* than "5.2144992818115 meters away." We provide 4 digits after the dot
|
* than "5.2144992818115 meters away." We provide 4 digits after the dot
|
||||||
* so that the returned value is decently accurate even when the unit is
|
* so that the returned value is decently accurate even when the unit is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user