Skip to content

Commit a3c1212

Browse files
authored
Fix typo in geoparquet.md (#86)
1 parent 664d223 commit a3c1212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

format-specs/geoparquet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ All file-level metadata should be included under the "geo" key in the parquet me
3131
| ------------------ | ------ | -------------------------------------------------------------------- |
3232
| version | string | **REQUIRED** The version of the geoparquet metadata standard used when writing. |
3333
| primary_column | string | **REQUIRED** The name of the "primary" geometry column. |
34-
| columns | Map<key, [Colum Metadata](#column-metadata)> | **REQUIRED** Metadata about geometry columns, with each key is the name of a geometry column in the table. |
34+
| columns | Map<key, [Column Metadata](#column-metadata)> | **REQUIRED** Metadata about geometry columns, with each key is the name of a geometry column in the table. |
3535

3636
At this level, additional implementation-specific fields (e.g. library name) are allowed, and thus readers should be robust in ignoring those.
3737

0 commit comments

Comments
 (0)