diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-10-01 14:51:04 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-10-01 14:51:04 +0200 |
commit | 034fedde7798ae56bebe9bf5aae4d819e9e9d7ca (patch) | |
tree | c436d67aeb50c825bfc3d047745365226a9f9717 /index.html | |
parent | bd3d9ee9658ab4180c9da7f61b0e0d4f4b262f47 (diff) | |
download | lanes-034fedde7798ae56bebe9bf5aae4d819e9e9d7ca.tar.gz lanes-034fedde7798ae56bebe9bf5aae4d819e9e9d7ca.tar.bz2 lanes-034fedde7798ae56bebe9bf5aae4d819e9e9d7ca.zip |
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |