From 555c4795b55e3b6a362f9a0921197d5e84216544 Mon Sep 17 00:00:00 2001 From: Victor Palomo de Castro Date: Thu, 20 Oct 2016 18:06:48 -0200 Subject: [PATCH] Fixing type error --- src/whatsnew/2.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/whatsnew/2.0.rst b/src/whatsnew/2.0.rst index 0ceaf5e3..6640c7c1 100644 --- a/src/whatsnew/2.0.rst +++ b/src/whatsnew/2.0.rst @@ -35,7 +35,7 @@ Version 2.0.0 URL remains the same. * The new Mango Query Server provides a simple JSON-based way to perform CouchDB queries without JavaScript or MapReduce. Mango Queries have a similar indexing - speed advantage over JavaScript Quries than the Erlang Queries have (2x-10x + speed advantage over JavaScript Queries than the Erlang Queries have (2x-10x faster indexing depending on doc size and system configuration). We recommend all new apps start using Mango as a default. Further details are available in the :ref:`_find, _index and _explain API `.