You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/03/20 03:06:23 UTC

[couchdb-documentation] branch master updated: no, you can't use emit() in a list function.

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

The following commit(s) were added to refs/heads/master by this push:
       new  91d4405   no, you can't use emit() in a list function.
91d4405 is described below

commit 91d4405b3f5831a97b9576b27d5ca756c15abe9a
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sun Mar 19 23:06:15 2017 -0400

    no, you can't use emit() in a list function.
---
 src/query-server/javascript.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/query-server/javascript.rst b/src/query-server/javascript.rst
index fa6d901..d6cff66 100644
--- a/src/query-server/javascript.rst
+++ b/src/query-server/javascript.rst
@@ -21,7 +21,7 @@ JavaScript
 .. note::
     While every design function has access to all JavaScript objects, the table
     below describes appropriate usage cases. For example, you may use
-    :func:`emit` in :ref:`listfun`, but :func:`getRow` is not permitted
+    :func:`emit` in :ref:`mapfun`, but :func:`getRow` is not permitted
     during :ref:`mapfun`.
 
 +--------------------------------+---------------------------------------------+

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].