You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by an...@apache.org on 2014/07/08 21:30:52 UTC

couchdb commit: updated refs/heads/master to ffa54d8

Repository: couchdb
Updated Branches:
  refs/heads/master c9397ec0a -> ffa54d8a2


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/master
Commit: ffa54d8a208f7584d2d65259e80bf31b55399155
Parents: c9397ec
Author: Andy Wenk <an...@apache.org>
Authored: Tue Jul 8 21:30:01 2014 +0200
Committer: Andy Wenk <an...@apache.org>
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``: