From 50f4c40bdb5667aa7053434dede2dd98f6f9e243 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 14 Jun 2024 17:11:36 +0200 Subject: Wording fix: parameter → argument MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 06ce610..defb0ad 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1137,7 +1137,7 @@

Communications between lanes is completely detached from the lane handles themselves. By itself, a lane can only provide return values once it is finished, or throw an error. Needs to communicate during runtime are handled by Linda objects, which are - deep userdata instances. They can be provided to a lane as startup parameters, upvalues or in some other Linda's message. + deep userdata instances. They can be provided to a lane as startup arguments, upvalues or in some other Linda's message.

@@ -1175,7 +1175,7 @@