Documentation update - minor details

This commit is contained in:
Andre Carregal 2006-01-27 14:08:19 +00:00
parent 184b1f8816
commit cbd21eff0f

View File

@ -162,7 +162,7 @@ local ok, result, err = pcall (func, unpack (arg_table or {}))
if ok then
result = { code = 3, message = result, }
end
respond (xmlrpc.srvEncode (result, not ok)
respond (xmlrpc.srvEncode (result, not ok))
</pre>
<p>Note that the package <code>post</code> and the function