From 2df024fe55ed266a9473ce4061a7559ee224fd61 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 7 Nov 2008 22:54:20 +0000 Subject: [PATCH] Add a missing parenthesis in scripting.xml. --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 445fa6a54..db351e2d3 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1463,7 +1463,7 @@ try(socket:send(result)) Because every script can write to the registry table, it is important to avoid conflicts by choosing keys wisely - (uniquely. + (uniquely).