You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/02/15 23:30:16 UTC

[couchdb] branch shard-split updated: Fix silly readme typo

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

vatamane pushed a commit to branch shard-split
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/shard-split by this push:
     new 4df0970  Fix silly readme typo
4df0970 is described below

commit 4df09709537639d81cfe10285474996b23e1acec
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Fri Feb 15 18:29:59 2019 -0500

    Fix silly readme typo
---
 src/mem3/README_reshard.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mem3/README_reshard.md b/src/mem3/README_reshard.md
index 3f0f747..aebefc0 100644
--- a/src/mem3/README_reshard.md
+++ b/src/mem3/README_reshard.md
@@ -1,5 +1,5 @@
-Developer Oriented For Resharding
-=================================
+Developer Oriented Resharding Description
+=========================================
 
 This is a technical description of the resharding logic. The discussion will focus on a few aspects such a job's life cycle, data definitions and the state transition mechanism. The main audience is CouchDB developers and assumes knowledge of Erlang/OTP supervision trees as well as CouchDB internals.