Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
41030ae2
Commit
41030ae2
authored
Feb 18, 2016
by
Itamar Haber
Browse files
Fixes a typo in a comment
parent
4e9c3027
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/geo.c
View file @
41030ae2
...
...
@@ -163,7 +163,7 @@ double extractDistanceOrReply(client *c, robj **argv,
return
distance
*
to_meters
;
}
/* The defa
i
lt addReplyDouble has too much accuracy. We use this
/* The defa
u
lt addReplyDouble has too much accuracy. We use this
* for returning location distances. "5.2145 meters away" is nicer
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment