Skip to content

Commit

Permalink
DbIo: update inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
smcatala committed Aug 22, 2016
1 parent d9bd915 commit fc431bd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/db-io.ts
Expand Up @@ -55,10 +55,8 @@ export interface DbIoFactorySpec {
/**
* @public
* @interface DbIo
* a pair of factories that wrap a {PouchDb} instance
* and return corresponding IO methods which
* return an Observable, which emits the result
* of the IO transaction.
* a pair of IO methods with which to store or read documents
* to/from the wrapped {PouchDB} database.
*/
export interface DbIo {
/**
Expand Down

0 comments on commit fc431bd

Please sign in to comment.