From 0728e80bc2d3f5609f19b76f2bcf10412ce029b4 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 29 Nov 2024 09:28:45 +0100 Subject: Tweak documentation --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 72bea3a..9ac36b6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -441,7 +441,7 @@ Use lanes.require() for this purpose. This will call the original require(), then add the result to the lookup databases.
It is also possible to register a given module a posteriori with lanes.register(). This function will raise an error if the registered module is not a function or table.
- Embedders can call the equivalent function lanes_register() from the C side. + Embedders can call the equivalent function lanes_register() from the C side, through lua_call() or similar.

-- cgit v1.2.3-55-g6feb