summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-02-06 21:55:19 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-02-06 21:55:19 +1300
commitee967448bae4733aec70ba128062bc3357a2f0df (patch)
treec6f2fb273132be93a1a067bec854fa13923ea792 /doc
parent547e538476a788dfeb5974f9b8ad29441d18980b (diff)
Widget deletion inside callbacks is now safeHEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/fl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fl.html b/doc/fl.html
index db60f5b..d79ed1a 100644
--- a/doc/fl.html
+++ b/doc/fl.html
@@ -1997,7 +1997,7 @@ static double wait(double time);
<td><pre>
function Wait
(Seconds : in Long_Float)
- return Integer;
+ return Long_Float;
</pre></td>
</tr>