From fc431bda4466e2d39bf83211fee7e581db144667 Mon Sep 17 00:00:00 2001 From: "S. M. Catala" Date: Tue, 23 Aug 2016 01:19:17 +0200 Subject: [PATCH] DbIo: update inline doc --- src/db-io.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/db-io.ts b/src/db-io.ts index 2da71c6..4cb9d4e 100644 --- a/src/db-io.ts +++ b/src/db-io.ts @@ -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 { /**