memdb: fix typo.
This commit is contained in:
parent
aee1767dd8
commit
7db5fd1537
@ -143,7 +143,7 @@ MemDB.prototype.close = function close(callback) {
|
||||
* Retrieve a record (leveldown method).
|
||||
* @param {Buffer|String} key
|
||||
* @param {Object?} options
|
||||
* @param {Function} callback - Returns Bufer.
|
||||
* @param {Function} callback - Returns Buffer.
|
||||
*/
|
||||
|
||||
MemDB.prototype.get = function get(key, options, callback) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user