From 5ef2e0610ccc97bbed0f54dfab7c97eb45d5e66f Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 12 Mar 2020 23:02:19 -0400 Subject: [PATCH] documentation edit --- Documentation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation.md b/Documentation.md index fec518f..d89cda7 100644 --- a/Documentation.md +++ b/Documentation.md @@ -211,7 +211,6 @@ loop:SetTime(3) multi:newAlarm(2):OnRing(function() -- some condition that leads to resolving the timer loop:ResolveTimer(true,"We good") - multi:newAlarm(2):OnRing(function() loop:SetTime(2) end) @@ -239,7 +238,7 @@ end,true) print(func(5)) print(func(0)) -- You actually do not need the light/mainloop or any runner for threaded functions to work ---multi:lightloop() +-- multi:lightloop() ``` # Semi-Actors: scheduleJob