aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-24 11:15:50 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-24 11:15:50 +0200
commit452f24128791a27511fcebbff8fdecc4f3151d49 (patch)
tree8ff6dca0ecd5f4d01d2554b83d8235d4cc823e01 /docs
parent9f4701efaa2167e915518f01ef9d61185377196d (diff)
downloadlanes-452f24128791a27511fcebbff8fdecc4f3151d49.tar.gz
lanes-452f24128791a27511fcebbff8fdecc4f3151d49.tar.bz2
lanes-452f24128791a27511fcebbff8fdecc4f3151d49.zip
Fix wrong Linda name when not giving any
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 6e2b4ed..db9ec5a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1329,7 +1329,17 @@
1329</p> 1329</p>
1330 1330
1331<table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> 1331<table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre>
1332 [table] = linda_h:dump() 1332 linda_h:dump() ->
1333 {
1334 [&lt;key&gt;] =
1335 {
1336 first = &lt;n&gt;
1337 count = &lt;n&gt;
1338 limit = &lt;n&gt;|'unlimited'
1339 fifo = { &lt;array of values&gt; }
1340 }
1341 ...
1342 }
1333</pre></td></tr></table> 1343</pre></td></tr></table>
1334 1344
1335<p> 1345<p>