Skip to content

Commit 03a5ceb

Browse files
committed
Minor README improvements
1 parent 8f0184b commit 03a5ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,10 +277,10 @@ Here is a list of all exceptions:
277277
- `CoordinateSystemException` is thrown when mixing objects with different SRID or dimensionality (e.g. XY with XYZ)
278278
- `EmptyGeometryException` is thrown when trying to access a non-existent property on an empty geometry
279279
- `GeometryEngineException` is thrown when a functionality is not supported by the current geometry engine
280-
- `GeometryIoException` is thrown when an error occurs while reading or writing (E)WKB/T data
280+
- `GeometryIoException` is thrown when an error occurs while reading or writing (E)WKB/T or GeoJSON data
281281
- `InvalidGeometryException` is thrown when creating an invalid geometry, such as a `LineString` with only one `Point`
282282
- `NoSuchGeometryException` is thrown when attempting to get a geometry at a non-existing index in a collection
283-
- `UnexpectedGeometryException` is thrown when a geometry is not an instance of the expected sub-type, for example when
283+
- `UnexpectedGeometryException` is thrown when a geometry is not an instance of the expected subtype, for example when
284284
calling `Point::fromText()` with a `LineString` WKT.
285285

286286
GeometryEngine methods reference

0 commit comments

Comments
 (0)