diff --git a/services-geojson/src/main/java/com/mapbox/geojson/Point.java b/services-geojson/src/main/java/com/mapbox/geojson/Point.java index 44d0e8bfd..9e070313a 100644 --- a/services-geojson/src/main/java/com/mapbox/geojson/Point.java +++ b/services-geojson/src/main/java/com/mapbox/geojson/Point.java @@ -41,10 +41,10 @@ * geoid, with the height varying by up to 5 m (but generally between 2 and 3 meters) higher or * lower relative to a surface parallel to Earth's mean sea level. *

- * A sample GeoJson Point's provided below (in it's serialized state). + * A sample GeoJson Point's provided below (in its serialized state). *

  * {
- *   "TYPE": "Point",
+ *   "type": "Point",
  *   "coordinates": [100.0, 0.0]
  * }
  *