Skip to content

Commit ac79724

Browse files
jfirebaughosana
authored andcommitted
Fix Point Javadoc (#835)
* `type` must be lowercase * it's → its
1 parent 1feea3c commit ac79724

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • services-geojson/src/main/java/com/mapbox/geojson

services-geojson/src/main/java/com/mapbox/geojson/Point.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@
4141
* geoid, with the height varying by up to 5 m (but generally between 2 and 3 meters) higher or
4242
* lower relative to a surface parallel to Earth's mean sea level.
4343
* <p>
44-
* A sample GeoJson Point's provided below (in it's serialized state).
44+
* A sample GeoJson Point's provided below (in its serialized state).
4545
* <pre>
4646
* {
47-
* "TYPE": "Point",
47+
* "type": "Point",
4848
* "coordinates": [100.0, 0.0]
4949
* }
5050
* </pre>

0 commit comments

Comments
 (0)