Skip to content

Commit d6f1a48

Browse files
freszudzinad
authored andcommitted
Fix javadoc for BoundingBox.north()
1 parent d2848ac commit d6f1a48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,10 @@ public final double east() {
234234
}
235235

236236
/**
237-
* Convenience method for getting the bounding box most westerly point (longitude) as a double
237+
* Convenience method for getting the bounding box most northerly point (latitude) as a double
238238
* coordinate.
239239
*
240-
* @return the most westerly coordinate inside this bounding box
240+
* @return the most northerly coordinate inside this bounding box
241241
* @since 3.0.0
242242
*/
243243
public final double north() {

0 commit comments

Comments
 (0)