docs(readme): correct typo

This commit is contained in:
Marc Jakobi
2024-09-08 15:33:12 +07:00
committed by GitHub
parent f2489386ab
commit 960f48443c
+1 -1
View File
@@ -401,7 +401,7 @@ require("lz.n").register_handler(handler)
| add | `fun(plugin: lz.n.Plugin)` | adds a plugin to the handler |
| del | `fun(name: string)` | removes a plugin from the handler by name |
| lookup | `fun(name: string): lz.n.Plugin?` | lookup a plugin managed by this handler by name |
| post_load | `fun()?` | ran once after each `require('lze').load` call, for handlers to create custom triggers such as the event handler's `DeferredUIEnter` event |
| post_load | `fun()?` | ran once after each `require('lz.n').load` call, for handlers to create custom triggers such as the event handler's `DeferredUIEnter` event |
<!-- markdownlint-enable MD013 -->
To manage handler state safely, ensuring `trigger_load` can be invoked from