From 9ac4d981fc837f31319ced8a90e4894435cc2aab Mon Sep 17 00:00:00 2001 From: Matthew Jaffee Date: Mon, 10 Dec 2018 17:24:23 -0600 Subject: [PATCH] wrap in backquotes so it gets displayed. previously was not rendering - I assume because it was being interpreted as an HTML tag. --- docs/query-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/query-language.md b/docs/query-language.md index 0f8feb795..babcc390c 100644 --- a/docs/query-language.md +++ b/docs/query-language.md @@ -762,7 +762,7 @@ Modifies the given query as follows: * `excludeRowAttrs`: Exclude row attributes from the result (Default: `false`). * `shards`: Run the query using only the data from the given shards. By default, the entire data set (i.e. data from all shards) is used. -**Result Type:** Same result type as . +**Result Type:** Same result type as ``. **Examples:**