Skip to content

Commit 6e4bf7a

Browse files
authored
README: Fix some typos (#203)
1 parent ff9aa36 commit 6e4bf7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FORMATS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Spatial4j supports reading and writing Shapes to and from strings in the followi
66
* GeoJSON
77
* Polyshape
88

9-
## Reader/Writer Api
9+
## Reader/Writer API
1010

1111
The classes `ShapeReader` and `ShapeWriter` are the interfaces for encoding
1212
and decoding shapes respectively. They can be obtained from a `SpatialContext` instance.
@@ -192,5 +192,5 @@ the largest encoding.
192192
| 100% (131) | 40% (53) | %31 (40) | 15% (20) | `GEOMETRYCOLLECTION(POINT(100.1 0.1),POINT(101.1 1.1))` |
193193

194194
With this limited dataset it looks like the Polyshape format is on average ~25% as big as GeoJSON,
195-
~50% as big as WKT, and ~40% as big as the binary encoding. THe data used for this benchmark
195+
~50% as big as WKT, and ~40% as big as the binary encoding. The data used for this benchmark
196196
contains data with low precision numbers (100.1 vs 100.123456) so that may be a low estimate.

0 commit comments

Comments
 (0)