diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-14 17:11:36 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-06-14 17:11:36 +0200 |
commit | 50f4c40bdb5667aa7053434dede2dd98f6f9e243 (patch) | |
tree | c443c9337e238ff2825b2da4c9749fdf97aa574f /tests/finalizer.lua | |
parent | ec8574d298ef302bc4162d9b394e96bf08763632 (diff) | |
download | lanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.tar.gz lanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.tar.bz2 lanes-50f4c40bdb5667aa7053434dede2dd98f6f9e243.zip |
Wording fix: parameter → argument
Diffstat (limited to 'tests/finalizer.lua')
-rw-r--r-- | tests/finalizer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/finalizer.lua b/tests/finalizer.lua index 3158c65..1412a67 100644 --- a/tests/finalizer.lua +++ b/tests/finalizer.lua | |||
@@ -44,7 +44,7 @@ end | |||
44 | 44 | ||
45 | -- | 45 | -- |
46 | -- This is called at the end of the lane; whether succesful or not. | 46 | -- This is called at the end of the lane; whether succesful or not. |
47 | -- Gets the 'error()' parameter as parameter ('nil' if normal return). | 47 | -- Gets the 'error()' argument as argument ('nil' if normal return). |
48 | -- | 48 | -- |
49 | cleanup = function(err) | 49 | cleanup = function(err) |
50 | io.stderr:write "------------------------ In Worker Finalizer -----------------------\n" | 50 | io.stderr:write "------------------------ In Worker Finalizer -----------------------\n" |