apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

docs: correct db.destroy description #333

Closed YakovL closed 2 months ago

YakovL commented 1 year ago

The current description of db.destroy mixes up _rev (referring to where revision is stored) and rev (the function argument). This small change is to sort things out.