Browse Source

ft: 修正名字

master
SisMaker 3 years ago
parent
commit
9cf09e30b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/gTimer.erl

+ 1
- 1
src/gTimer.erl View File

@ -13,7 +13,7 @@
]).
timerName(Idx) ->
binary_to_atom(<<"$gtWSork_", (integer_to_binary(Idx))/binary>>).
binary_to_atom(<<"$gtWork_", (integer_to_binary(Idx))/binary>>).
-spec startWork(Cnt :: non_neg_integer()) -> ok | {error, term()}.
startWork(Cnt) when Cnt > 0 ->

Loading…
Cancel
Save