Skip to content

Commit

Permalink
Fix typo in multipolygon example (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Jun 25, 2024
1 parent 6a6a769 commit 2c991ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format-specs/geoparquet.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ optional group geometry (List) {
repeated group list {
required group element (List) {
// the list of coordinates of one ring
required group list {
repeated group list {
required group element {
required double x;
required double y;
Expand Down

0 comments on commit 2c991ed

Please sign in to comment.