From 886eb0365f38d455ca2c9ff8dd3ddf12fedb6960 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 28 Jul 2023 11:08:23 +0200 Subject: Update comparison.html --- docs/comparison.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/comparison.html b/docs/comparison.html index 8e28f55..9a651c3 100644 --- a/docs/comparison.html +++ b/docs/comparison.html @@ -64,8 +64,8 @@ Sample: end local h1= lanes.gen("base", calculate)(1,2,3) - local h2= lanes.new("base", calculate)(10,20,30) - local h3= lanes.new("base", calculate)(100,200,300) + local h2= lanes.gen("base", calculate)(10,20,30) + local h3= lanes.gen("base", calculate)(100,200,300) print( h1[1], h2[1], h3[1] ) -- pends for the results, or propagates error << -- cgit v1.2.3-55-g6feb