Skip to content

Commit

Permalink
Merge pull request #8258 from gosuhiman/patch-1
Browse files Browse the repository at this point in the history
docs(api) fix Connection.close return param
  • Loading branch information
vkarpov15 committed Oct 18, 2019
2 parents 110839f + 2e9edc3 commit c337999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/connection.js
Expand Up @@ -757,7 +757,7 @@ const handleUseMongoClient = function handleUseMongoClient(options) {
*
* @param {Boolean} [force] optional
* @param {Function} [callback] optional
* @return {Connection} self
* @return {Promise}
* @api public
*/

Expand Down

0 comments on commit c337999

Please sign in to comment.