Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Dec 30, 2011
1 parent bea5812 commit 02a7462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/geolocation/basic.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


GeoCoords = Struct.new :id, :lat, :lng GeoCoords = Struct.new :id, :lat, :lng


data = Picky::Index.new :people do data = Picky::Index.new :cities do
# 1.0 is the radius in k around which to search. # 1.0 is the radius in k around which to search.
# precision 1 is low precision (20% error margin), but fast # precision 1 is low precision (20% error margin), but fast
# #
Expand Down

0 comments on commit 02a7462

Please sign in to comment.