Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dongss committed Feb 7, 2018
1 parent cab44f9 commit 9f6430f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Get length of operations pending in queue (exclude the operation in processing)
Push operation to queue

* `op` value returned by `OpQueue.buildOperation(fn)`
* `callback` returns of op, optional, (error, data) => {}
* `callback` returns of op, optional, (error, data) => {} `error`: error op rejected, or null if op resolved, `data`: value op resolved.

### start()

Expand Down

0 comments on commit 9f6430f

Please sign in to comment.