diff options
Diffstat (limited to 'deep_test/deeptest.lua')
-rw-r--r-- | deep_test/deeptest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deep_test/deeptest.lua b/deep_test/deeptest.lua index 1c34cf8..de282a1 100644 --- a/deep_test/deeptest.lua +++ b/deep_test/deeptest.lua | |||
@@ -78,7 +78,7 @@ local performTest = function( obj_) | |||
78 | assert(_n == (_val2 and 2 or 1)) | 78 | assert(_n == (_val2 and 2 or 1)) |
79 | printDeep( "out of linda:", _val1, _val2) | 79 | printDeep( "out of linda:", _val1, _val2) |
80 | 80 | ||
81 | -- send the object in a lane through parameter passing, the lane body returns it as return value, read the contents | 81 | -- send the object in a lane through argument passing, the lane body returns it as return value, read the contents |
82 | local g = lanes.gen( | 82 | local g = lanes.gen( |
83 | "package" | 83 | "package" |
84 | , { | 84 | , { |