Update docs Sqlstorage (clear function)

This commit is contained in:
remithomas
2016-05-25 10:41:05 -04:00
parent 57f39e17a4
commit 0ba5df1865

View File

@ -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<any> {