diff options
-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 6ba0ef3..d56e05f 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -82,7 +82,7 @@ local pairs= assert( pairs ) | |||
82 | local tostring= assert( tostring ) | 82 | local tostring= assert( tostring ) |
83 | local error= assert( error ) | 83 | local error= assert( error ) |
84 | 84 | ||
85 | ABOUT= | 85 | lanes.ABOUT= |
86 | { | 86 | { |
87 | author= "Asko Kauppi <akauppi@gmail.com>", | 87 | author= "Asko Kauppi <akauppi@gmail.com>", |
88 | description= "Running multiple Lua states in parallel", | 88 | description= "Running multiple Lua states in parallel", |