From 765111b953777568b66e26ec02d0a35dc8483ec4 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 1 Oct 2013 14:51:04 +0200 Subject: Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index b0ef8a3..eda1758 100644 --- a/docs/index.html +++ b/docs/index.html @@ -242,7 +242,7 @@

- Starting with version 3.0-beta, requiring the module follows Lua 5.2 rules: the module is not available under the global name "lanes", but has to be accessed through require's return value. + Starting with version 3.0-beta, requiring the module follows Lua 5.2 rules: the module is not available under the global name "lanes", but has to be accessed through require's return value.

After lanes is required, it is necessary to call lanes.configure(), which is the only function exposed by the module at this point. Calling configure() will perform one-time initializations and make the rest of the API available. -- cgit v1.2.3-55-g6feb