From 5f2daad4081f199dc6056d9e49f19627cc429492 Mon Sep 17 00:00:00 2001 From: csobier Date: Thu, 9 Mar 2017 07:36:10 -0500 Subject: [PATCH] wrong quotes around context, breaking docs --- doc/measures_functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/measures_functions.md b/doc/measures_functions.md index 9971231..24a099d 100644 --- a/doc/measures_functions.md +++ b/doc/measures_functions.md @@ -417,7 +417,7 @@ the `geom_id` corresponding to the boundary that the `ids` refer to. Name | Description ---- | ----------- ids | An array of `TEXT` elements. This should be obtained by using `ARRAY_AGG(col_of_geom_refs)` from the CARTO table one wishes to obtain data for. -metadata | A JSON array composed of metadata output objects from `OBS_GetMeta(extent, metadata)`. The schema of the elements of the `metadata` JSON array corresponds to that of the output of ```OBS_GetMeta(extent, metadata)```, and this argument must be obtained from that function in order for the call to be valid. +metadata | A JSON array composed of metadata output objects from ```OBS_GetMeta(extent, metadata)```. The schema of the elements of the `metadata` JSON array corresponds to that of the output of ```OBS_GetMeta(extent, metadata)```, and this argument must be obtained from that function in order for the call to be valid. For this function to work, the `metadata` argument must include a `geom_id` that corresponds to the ids found in `col_of_geom_refs`.