Repository: couchdb Updated Branches: refs/heads/master fb59ccae8 -> f0cdb701d
some minor documentatiom fixes Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f0cdb701 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f0cdb701 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f0cdb701 Branch: refs/heads/master Commit: f0cdb701d268870a4157d76286269ed6fe4f0ead Parents: fb59cca Author: Andy Wenk <[email protected]> Authored: Fri Mar 21 00:22:06 2014 +0100 Committer: Andy Wenk <[email protected]> Committed: Fri Mar 21 00:22:06 2014 +0100 ---------------------------------------------------------------------- share/doc/src/intro/overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/f0cdb701/share/doc/src/intro/overview.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/intro/overview.rst b/share/doc/src/intro/overview.rst index 4e3b72c..7804cf9 100644 --- a/share/doc/src/intro/overview.rst +++ b/share/doc/src/intro/overview.rst @@ -261,9 +261,9 @@ updates, ensuring security and data validation in a shared, distributed system. Distributed Updates and Replication =================================== -CouchDB is a peer-based distributed database system, it allows for users and -servers to access and update the same shared data while disconnected and then -bi-directionally replicate those changes later. +CouchDB is a peer-based distributed database system. It allows users and servers +to access and update the same shared data while disconnected. Those changes can +then be replicated bi-directionally later. The CouchDB document storage, view and security models are designed to work together to make true bi-directional replication efficient and reliable.
