Skip to content

Commit

Permalink
Add missing op name. Closes #207.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Dec 13, 2014
1 parent 241c631 commit 499c890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ops.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ operation already completed anyway), then nothing will happen. This is to
avoid race conditions.

## timer
* `($queue, $schedulee, int $timeout, int $repeat, $handle_type)`
* `timer($queue, $schedulee, int $timeout, int $repeat, $handle_type)`

Starts a timer. If timeout is zero, the $schedulee is immediately pushed to
the queue. Otherwise, it is pushed after the timeout period. If repeat is
Expand Down

0 comments on commit 499c890

Please sign in to comment.