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 2018/07/23 23:57:48 UTC

[couchdb-documentation] 16/18: fix linter

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

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

commit f8bc9005ffd434d42e40f50bc2d2faf5b5c87228
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Sat Jul 21 19:29:42 2018 +0200

    fix linter
---
 src/cluster/sharding.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cluster/sharding.rst b/src/cluster/sharding.rst
index 5aa81c5..2a72ef2 100644
--- a/src/cluster/sharding.rst
+++ b/src/cluster/sharding.rst
@@ -89,9 +89,9 @@ once a `quorum
 <https://en.wikipedia.org/wiki/Quorum_(distributed_computing)>`__ of
 database nodes have responded; 2, by default. The default required size
 of a quorum is equal to ``r=w=((n+1)/2)`` where ``r`` refers to the size
-of a read quorum, ``w`` refers to the size of a write quorum, and ``n`` refers to
-the number of replicas of each shard. In a default cluster where ``n``
-is 3, ``((n+1)/2)`` would be 2.
+of a read quorum, ``w`` refers to the size of a write quorum, and ``n``
+refers to the number of replicas of each shard. In a default cluster where
+``n`` is 3, ``((n+1)/2)`` would be 2.
 
 .. note::
     Each node in a cluster can be a coordinating node for any one