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:**