You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/07/25 05:45:03 UTC

git commit: updated refs/heads/1781-reorganize-and-improve-docs to 32b4efc

Updated Branches:
  refs/heads/1781-reorganize-and-improve-docs fa11c25d5 -> 32b4efcca


Strip invisible space. Fix pdf build.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/32b4efcc
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/32b4efcc
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/32b4efcc

Branch: refs/heads/1781-reorganize-and-improve-docs
Commit: 32b4efcca802ecd735868e18982ff2d38738d1d8
Parents: fa11c25
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Jul 25 07:43:34 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Jul 25 07:43:34 2013 +0400

----------------------------------------------------------------------
 share/doc/src/couchapp/views/nosql.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/32b4efcc/share/doc/src/couchapp/views/nosql.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/couchapp/views/nosql.rst b/share/doc/src/couchapp/views/nosql.rst
index 49d0bc4..3337f9c 100644
--- a/share/doc/src/couchapp/views/nosql.rst
+++ b/share/doc/src/couchapp/views/nosql.rst
@@ -286,7 +286,7 @@ a whole lot of sense. But this example is easy to understand. We’ll explore mo
 useful reductions later.
 
 Reduce functions operate on the output of the map function (also called the map
-re⁠sult or intermediate result). The reduce function’s job, unsurprisingly, is to
+result or intermediate result). The reduce function’s job, unsurprisingly, is to
 reduce the list that the map function produces.
 
 Here’s what our summing reduce function looks like: