diff options
-rw-r--r-- | docs/index.html | 2 |
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. |