lib/geokit/services/fcc.rb in geokit-1.7.0 vs lib/geokit/services/fcc.rb in geokit-1.7.1
- old
+ new
@@ -14,10 +14,10 @@
end
# Template method which does the geocode lookup.
#
# ==== EXAMPLES
- # ll=GeoKit::LatLng.new(40, -85)
+ # ll=Geokit::LatLng.new(40, -85)
# Geokit::Geocoders::FCCGeocoder.geocode(ll) #
# JSON result looks like this
# => {"County"=>{"name"=>"Wayne", "FIPS"=>"18177"},
# "Block"=>{"FIPS"=>"181770103002004"},