You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2016/10/14 18:39:58 UTC

[1/2] couchdb-couch-epi git commit: Update README.md

Repository: couchdb-couch-epi
Updated Branches:
  refs/heads/master f6ad55d80 -> 60e7f8085


Update README.md

Fix a few typos and such

Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/commit/8f0c826d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/tree/8f0c826d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/diff/8f0c826d

Branch: refs/heads/master
Commit: 8f0c826d3e16967f5f442dd67223ebf803a9152c
Parents: f6ad55d
Author: Pedram Nimreezi <de...@deadzen.com>
Authored: Tue Aug 30 01:50:09 2016 -0400
Committer: GitHub <no...@github.com>
Committed: Tue Aug 30 01:50:09 2016 -0400

----------------------------------------------------------------------
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/blob/8f0c826d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5b5223f..66421ce 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
   * service - an abstract functionality defined by unique name and API
   * provider - a self-contained implementation of `Service`'s API
   * subscriber - an application or a process which uses functionality provided by `Provider`
-  * epi_key - is a routing key it has to be in on of the following forms
+  * epi_key - is a routing key it has to be in one of the following forms
     - `{service_id :: atom(), key :: term()}` - for `couch_epi_data_source`
     - `service_id :: atom()` - for `couch_epi_functions`
   * handle - is opaque data structure returned from `couch_epi:get_handle(EpiKey)`
@@ -48,7 +48,7 @@ it would then just do something like:
 
      couch_epi:get(Handle, Service, Key)
 
-The service provider also have to mention the data keys it is using in its
+The service provider also has to mention the data keys it is using in its
 implementation of couch_epi_plugin behaviour
 
     data_subscriptions() ->
@@ -69,7 +69,7 @@ There are also additional functions to get the same data in various formats
 # Function dispatch example
 
 Any application that wants to register implementation functions for a service
-could add following into it's implementation of couch_epi_plugin behaviour:
+could add the following into it's implementation of couch_epi_plugin behaviour:
 
     providers() ->
         [{my_service, module_which_implements_the_functions}].
@@ -104,7 +104,7 @@ Notes:
 ## decide functionality
 
 There are cases when we want to call configured providers until any of them
-would make a decission. We also would want to be able to find out if any
+would make a decision. We also would want to be able to find out if any
 decision has been made so we could call default handler. In order to be able
 to do so there is couch_epi:decide/5. Every service which uses this feature
 would get either:
@@ -119,7 +119,7 @@ return `no_decision`.
 
 # couch_epi_plugin behaviour
 
-The module implementing behaviour need to export following functions:
+The module implementing this behaviour needs to export the following functions:
 
   - Module:app/0 - Returns atom representing the application name
   - Module:providers/0 - Returns list of {service_id(), module()} tuples


[2/2] couchdb-couch-epi git commit: Merge remote branch 'DeadZen:patch-1'

Posted by ii...@apache.org.
Merge remote branch 'DeadZen:patch-1'

This closes #20

Signed-off-by: ILYA Khlopotov <ii...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/commit/60e7f808
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/tree/60e7f808
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch-epi/diff/60e7f808

Branch: refs/heads/master
Commit: 60e7f808513b2611eb412cf641d6e7132dda2a30
Parents: f6ad55d 8f0c826
Author: ILYA Khlopotov <ii...@apache.org>
Authored: Fri Oct 14 11:39:36 2016 -0700
Committer: ILYA Khlopotov <ii...@apache.org>
Committed: Fri Oct 14 11:39:36 2016 -0700

----------------------------------------------------------------------
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------