diff --git a/doc/examples.html b/doc/examples.html index 3ba0ace..ed04727 100755 --- a/doc/examples.html +++ b/doc/examples.html @@ -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))
Note that the package post
and the function