aboutsummaryrefslogtreecommitdiff
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
commit765111b953777568b66e26ec02d0a35dc8483ec4 (patch)
tree79f2d13594a2f33eb29dac1432e4fb8081bec8b2
parent73048878d66d9637a148c6d376561ae36719ed81 (diff)
downloadlanes-765111b953777568b66e26ec02d0a35dc8483ec4.tar.gz
lanes-765111b953777568b66e26ec02d0a35dc8483ec4.tar.bz2
lanes-765111b953777568b66e26ec02d0a35dc8483ec4.zip
Update index.html
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
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.