Documentation formatting typo fixed a formatting typo as reported by Blake Gideon
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/ffa54d8a Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/ffa54d8a Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/ffa54d8a Branch: refs/heads/1.6.x Commit: ffa54d8a208f7584d2d65259e80bf31b55399155 Parents: c9397ec Author: Andy Wenk <[email protected]> Authored: Tue Jul 8 21:30:01 2014 +0200 Committer: Andy Wenk <[email protected]> Committed: Tue Jul 8 21:30:01 2014 +0200 ---------------------------------------------------------------------- share/doc/src/couchapp/views/intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/ffa54d8a/share/doc/src/couchapp/views/intro.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/couchapp/views/intro.rst b/share/doc/src/couchapp/views/intro.rst index 5e1dab4..f7d0738 100644 --- a/share/doc/src/couchapp/views/intro.rst +++ b/share/doc/src/couchapp/views/intro.rst @@ -378,7 +378,7 @@ B-trees are structured, we can cache the intermediate reduce results in the non-leaf nodes of the tree, so reduce queries can be computed along arbitrary key ranges in logarithmic time. See Figure 1, âComments map functionâ. -In the blog app, we use ``group_leve``l reduce queries to compute the count of +In the blog app, we use ``group_leve`` reduce queries to compute the count of comments both on a per-post and total basis, achieved by querying the same view index with different methods. With some array keys, and assuming each key has the value ``1``:
