edits error example

This commit is contained in:
Carla 2015-12-09 13:23:59 +01:00
parent bf8db3e41d
commit a03d3f9541

View File

@ -19,7 +19,7 @@ Errors are described in the response of the geocoder request. An example is as f
```json ```json
{ {
error: [ error: [
"function cdb_geocode_countries(text) does not exist" "The api_key must be provided"
] ]
} }
``` ```