This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch merge-3.4.3 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 46f7953208021ce2e8d78f0a08eac298ba1eb120 Author: Jamie Bliss <[email protected]> AuthorDate: Mon Feb 17 15:57:10 2025 -0500 Don't call the syntax mango --- src/docs/src/ddocs/mango.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/src/ddocs/mango.rst b/src/docs/src/ddocs/mango.rst index 572e0c86e..7d5a12789 100644 --- a/src/docs/src/ddocs/mango.rst +++ b/src/docs/src/ddocs/mango.rst @@ -15,7 +15,7 @@ Mango Queries ============= In addition to :ref:`map/reduce views <viewfun>`, CouchDB supports an expressive -query syntax called Mango. +query system called Mango. The mango system consists of two major concepts:
