enjoy-binbin commented on code in PR #1660: URL: https://github.com/apache/kvrocks/pull/1660#discussion_r1289824705
########## 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: since there is a `than`, i think it should be farther? (although i am not sure about it) -- 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]
