Skip to content

Commit

Permalink
Fixed Typo
Browse files Browse the repository at this point in the history
Added a missing closing single quote so that the code formatting is correct.
  • Loading branch information
dremonkey committed May 29, 2014
1 parent c1259d7 commit b184fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ A helper function of the `when/node` implementation, which might be useful for c

```js
var when = require('when');
var nodefn = require('when/node;);
var nodefn = require('when/node');

function nodeStyleAsyncFunction(callback) {
if(Math.random() * 2 > 1) {
Expand Down

0 comments on commit b184fa3

Please sign in to comment.