From 87f910a1affe649d43904c217ebd51aa90303cae Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 22 Sep 2025 18:13:37 +0200 Subject: Fix a small doc typo --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0d24d55..9270ce6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,7 +71,7 @@

- This document was revised on 19-Sep-25, and applies to version 4.0.0. + This document was revised on 22-Sep-2025, and applies to version 4.0.0.

@@ -1832,7 +1832,7 @@
  • nil: The value is not converted. If it is not a clonable or deep userdata, the transfer will eventually fail with an error.
  • lanes.null: The value is converted to nil.
  • "decay": The value is converted to a light userdata obtained from lua_topointer().
  • -
  • A function: The function is called as o:__lanesconvert(string), where the argument is either "keeper" (sending data in a Linda) or "regular" (when creating or calling a Lane generator). Its first return value is the result of the conversion, the rest is ignored. Transfer is then attempted on the new value. If this also requires a conversion, it will be done, up to a depth of 3, after which an error will be raised.
  • +
  • A function: The function is called as o:__lanesconvert(string), where the argument is either "keeper" (sending data in a Linda) or "regular" (when creating or calling a Lane generator). Its first return value is the result of the conversion, the rest is ignored. Transfer is then attempted on the new value. If this also requires a conversion, it will be done, up to a count of convert_max_attempts, after which an error will be raised.
  • Any other value raises an error.
  • -- cgit v1.2.3-55-g6feb