From 0ba5df1865da298ffa31be9c5901a5eeba6b54fc Mon Sep 17 00:00:00 2001 From: remithomas Date: Wed, 25 May 2016 10:41:05 -0400 Subject: [PATCH] Update docs Sqlstorage (clear function) --- src/platform/storage/sql.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/platform/storage/sql.ts b/src/platform/storage/sql.ts index b54a29e96c..8ea1bdc4a2 100644 --- a/src/platform/storage/sql.ts +++ b/src/platform/storage/sql.ts @@ -145,8 +145,7 @@ export class SqlStorage extends StorageEngine { } /** - * Remove the value in the database for the given key. - * @param {string} key the key + * Clear all keys/values of your database. * @return {Promise} that resolves or rejects with an object of the form { tx: Transaction, res: Result (or err)} */ clear(): Promise {