nickva commented on a change in pull request #156: Query Server protocol 
documentation improvements
URL: 
https://github.com/apache/couchdb-documentation/pull/156#discussion_r134259897
 
 

 ##########
 File path: src/query-server/protocol.rst
 ##########
 @@ -88,24 +88,24 @@ The Query Server answers::
 
 .. note::
     This library shouldn't have any side effects nor track its own state
-    or you'll have a lot of happy debugging time if something went wrong.
+    or you'll have a lot of happy debugging time if something goes wrong.
     Remember that a complete index rebuild is a heavy operation and this is
-    the only way to fix your mistakes with shared state.
+    the only way to fix mistakes with shared state.
 
 .. _qs/add_fun:
 
 ``add_fun``
------------
+===========
 
 :Command: ``add_fun``
 :Arguments: Map function source code.
 :Returns: ``true``
 
-When creating or updating a view the Query Server gets sent the view function
-for evaluation. The Query Server should parse, compile and evaluate the
-function it receives to make it callable later. If this fails, the Query Server
-returns an error. CouchDB might store several functions before sending in any
-actual documents.
+When creating or updating a view, this is how thee Query Server is sent the
 
 Review comment:
   thee=the
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to