Skip to content

Commit

Permalink
minor update to Replicator Module docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexYanai committed Nov 5, 2016
1 parent 28f8bd6 commit db7af45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/cloudant/replicator.rb
@@ -1,6 +1,9 @@
module Cloudant
module Replicator
# The Replicator Module contains methods to replicate a database
# The Replicator Module contains methods to replicate a database.
# The module assumes that the database to be replicated is the database currently
# set in the client; replicating another database requires a new database to be
# set beforehand or use of :replicate_dbs.
#
# Allows you to monitor a replication
def active_tasks(type="replication")
Expand Down

0 comments on commit db7af45

Please sign in to comment.