From 1534c21eb445f18d190803e236f9783870da6192 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Thu, 4 May 2023 22:54:45 +0300 Subject: [PATCH] typo --- MANUAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANUAL.md b/MANUAL.md index 354ee40..c3a0048 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -461,7 +461,7 @@ end) Then all you need to do to call it is: ```lua -uranium:call('somethingHappened', extra, values, go, here) +uranium.call('somethingHappened', extra, values, go, here) ``` Callbacks support as many extra values as Lua supports arguments in a function - so let's just say you won't be running out of them any time soon.