From 145c65c72d5a036be98b7b816b88e7b5ee55546c Mon Sep 17 00:00:00 2001 From: Rafael Abbondanza Date: Mon, 25 Jan 2016 10:29:25 -0500 Subject: [PATCH] Updates number of parts in a topN query This threw me off a bit, so I'm sure it may throw others off, too. Updating from 10 to 11 parts. --- docs/content/querying/topnquery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/querying/topnquery.md b/docs/content/querying/topnquery.md index e9d967d7605..7de0d49f6e4 100644 --- a/docs/content/querying/topnquery.md +++ b/docs/content/querying/topnquery.md @@ -70,7 +70,7 @@ A topN query object looks like: } ``` -There are 10 parts to a topN query. +There are 11 parts to a topN query. |property|description|required?| |--------|-----------|---------|