Merge pull request #930 from buxizhizhoum/master

Edit the note of tick timer
This commit is contained in:
turtleDeng 2017-03-04 11:47:34 +08:00 committed by GitHub
commit 80a7cbf09e
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ start_tick(0, _Msg) ->
start_tick(Interval, Msg) when Interval > 0 ->
{ok, TRef} = timer:send_interval(Interval, Msg), TRef.
%% @doc Start tick timer
%% @doc Stop tick timer
stop_tick(undefined) ->
ok;
stop_tick(TRef) ->