wrap <CALL> in backquotes so it gets displayed.

previously was not rendering - I assume because it was being interpreted as an HTML tag.
This commit is contained in:
Matthew Jaffee 2018-12-10 17:24:23 -06:00 committed by GitHub
parent fef0b26c89
commit 9ac4d981fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 <CALL>.
**Result Type:** Same result type as `<CALL>`.
**Examples:**