Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oatmealine committed May 4, 2023
1 parent 5b5ed35 commit 1534c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1534c21

Please sign in to comment.