Skip to content

Commit

Permalink
Fix the description of the next() function
Browse files Browse the repository at this point in the history
  • Loading branch information
szmarczak committed Aug 2, 2018
1 parent bf206ca commit 6ba9e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced-creation.md
Expand Up @@ -38,7 +38,7 @@ To use the default handler, just omit specifying this.

###### next()

Normalizes arguments and returns a `Promise` or a `Stream` depending on [`options.stream`](readme.md#stream).
Returns a `Promise` or a `Stream` depending on [`options.stream`](readme.md#stream).

```js
const settings = {
Expand Down

0 comments on commit 6ba9e68

Please sign in to comment.