README & API.md: minor edits

This commit is contained in:
David Braun 2017-10-23 11:46:08 -04:00
parent 9c18fc7055
commit 2209c0ea76
No known key found for this signature in database
GPG key ID: 5694EEC4D129BDCF
2 changed files with 3 additions and 3 deletions

View file

@ -152,7 +152,7 @@ These properties are similar to the equivalently named properties of `Array`.
## Channel
### Channel([bufferLength = 0]) -> Channel
### Channel([bufferLength]) -> Channel
Create a new `Channel` with an optional buffer. This allows an async function
to push up to `bufferLength` values before blocking.