Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aerosol committed May 20, 2015
1 parent 7b5ba24 commit 514de1f
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 @@ -2,7 +2,7 @@ gen_cycle
=========

`gen_cycle` is a simple behaviour for recurring (on a regular basis) supervised tasks.
Every task (cycle) is a separate process, calling arbitray callback every N milliseconds.
Every task (cycle) is a separate process, calling arbitrary callback every N milliseconds.
The callback results with `cycle_op()` type being a directive to either continue, continue hibernated, or stop.
Additionaly, a cycle can handle arbitrary Erlang messages. The result of message handling is expected to be `cycle_op()` as well.

Expand Down

0 comments on commit 514de1f

Please sign in to comment.