PragmaTwice commented on code in PR #1660:
URL: https://github.com/apache/kvrocks/pull/1660#discussion_r1289794913
##########
src/types/redis_geo.cc:
##########
@@ -320,7 +320,7 @@ void Geo::scoresOfGeoHashBox(GeoHashBits hash,
GeoHashFix52Bits *min, GeoHashFix
* 'max', appending them into the array of GeoPoint structures 'gparray'.
* The command returns the number of elements added to the array.
*
- * Elements which are farest than 'radius' from the specified 'x' and 'y'
+ * Elements which are farther than 'radius' from the specified 'x' and 'y'
Review Comment:
```suggestion
* Elements which are farthest than 'radius' from the specified 'x' and 'y'
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]