From 9cf09e30b716720cb6a2f5d60d453e589d85f0a8 Mon Sep 17 00:00:00 2001 From: SisMaker <156736github> Date: Sat, 9 Apr 2022 20:27:30 +0800 Subject: [PATCH] =?UTF-8?q?ft=EF=BC=9A=20=E4=BF=AE=E6=AD=A3=E5=90=8D?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gTimer.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gTimer.erl b/src/gTimer.erl index 1699721..ce39f55 100644 --- a/src/gTimer.erl +++ b/src/gTimer.erl @@ -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 ->