From 2e48dde838375e6b793e36b1a3170ad468665618 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 12 Jun 2008 22:34:34 +0000 Subject: [PATCH] Fix a duplicate "that that" in docs/scripting.xml. --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index f898268c2..dbcae4c80 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -2768,7 +2768,7 @@ try(socket:send(result)) construct consumes the indicator value and returns the remaining values. If the function failed then the second returned value must be a string describing the error - condition. Note that that if the value is not nil it is + condition. Note that if the value is not nil it is treated as true so you can return your value in the normal case and return nil, error description if an error occurs.