diff options
Diffstat (limited to 'src/lanes.lua')
-rw-r--r-- | src/lanes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.lua b/src/lanes.lua index 8cd3737..e6400df 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -255,7 +255,7 @@ end | |||
255 | -- We let the C code attach methods to userdata directly | 255 | -- We let the C code attach methods to userdata directly |
256 | 256 | ||
257 | ----- | 257 | ----- |
258 | -- lanes.linda() -> linda_ud | 258 | -- lanes.linda(["name"]) -> linda_ud |
259 | -- | 259 | -- |
260 | -- PUBLIC LANES API | 260 | -- PUBLIC LANES API |
261 | local linda = mm.linda | 261 | local linda = mm.linda |