Procházet zdrojové kódy

ft: 修正名字

master
SisMaker před 3 roky
rodič
revize
9cf09e30b7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/gTimer.erl

+ 1
- 1
src/gTimer.erl Zobrazit soubor

@ -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 ->

Načítá se…
Zrušit
Uložit