Skip to content

Commit 6ba9e68

Browse files
authoredAug 2, 2018
Fix the description of the next() function
1 parent bf206ca commit 6ba9e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎advanced-creation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To use the default handler, just omit specifying this.
3838

3939
###### next()
4040

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

4343
```js
4444
const settings = {

0 commit comments

Comments
 (0)
Please sign in to comment.