aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-10-01 14:51:04 +0200
committerBenoit Germain <bnt.germain@gmail.com>2013-10-01 14:51:04 +0200
commit034fedde7798ae56bebe9bf5aae4d819e9e9d7ca (patch)
treec436d67aeb50c825bfc3d047745365226a9f9717 /index.html
parentbd3d9ee9658ab4180c9da7f61b0e0d4f4b262f47 (diff)
downloadlanes-034fedde7798ae56bebe9bf5aae4d819e9e9d7ca.tar.gz
lanes-034fedde7798ae56bebe9bf5aae4d819e9e9d7ca.tar.bz2
lanes-034fedde7798ae56bebe9bf5aae4d819e9e9d7ca.zip
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index b0ef8a3..eda1758 100644
--- a/index.html
+++ b/index.html
@@ -242,7 +242,7 @@
242</table> 242</table>
243 243
244<p> 244<p>
245 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. 245 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 <tt>require</tt>'s return value.
246</p> 246</p>
247<p> 247<p>
248 After lanes is required, it is necessary to call <tt>lanes.configure()</tt>, which is the only function exposed by the module at this point. Calling <tt>configure()</tt> will perform one-time initializations and make the rest of the API available. 248 After lanes is required, it is necessary to call <tt>lanes.configure()</tt>, which is the only function exposed by the module at this point. Calling <tt>configure()</tt> will perform one-time initializations and make the rest of the API available.