diff --git a/format/spec.md b/format/spec.md
index b88f2af1edcc..be28a6c5f000 100644
--- a/format/spec.md
+++ b/format/spec.md
@@ -1685,7 +1685,7 @@ Types are serialized according to this table:
|**`map`**|`JSON object: {`
`"type": "map",`
`"key-id": ,`
`"key": ,`
`"value-id": ,`
`"value-required": `
`"value": `
`}`|`{`
`"type": "map",`
`"key-id": 4,`
`"key": "string",`
`"value-id": 5,`
`"value-required": false,`
`"value": "double"`
`}`|
| **`variant`**| `JSON string: "variant"`|`"variant"`|
| **`geometry(C)`** |`JSON string: "geometry()"`|`"geometry(srid:4326)"`|
-| **`geography(C, A)`** |`JSON string: "geography(,)"`|`"geography(srid:4326,spherical)"`|
+| **`geography(C, A)`** |`JSON string: "geography(, )"`|`"geography(srid:4326, spherical)"`|
Note that default values are serialized using the JSON single-value serialization in [Appendix D](#appendix-d-single-value-serialization).