memdb: fix typo.

This commit is contained in:
Christopher Jeffrey 2017-08-10 12:08:53 -07:00
parent aee1767dd8
commit 7db5fd1537
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

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