Skip to content

Commit

Permalink
Update disposer.md (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp96 authored and petkaantonov committed Jan 2, 2017
1 parent a0af48c commit d020e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/disposer.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Real example 2:
```js
var mysql = require("mysql");
// Uncomment if pg has not been properly promisified yet
// Uncomment if mysql has not been properly promisified yet
// var Promise = require("bluebird");
// Promise.promisifyAll(mysql);
// Promise.promisifyAll(require("mysql/lib/Connection").prototype);
Expand Down

0 comments on commit d020e49

Please sign in to comment.