The rendered README contains an invalid TLS example snippet: it declares local Tls = ... but uses TLS:new { ... }, and it has a },, syntax error. This makes the generated docs misleading and the example non-runnable.
Suggestion: fix the underlying source (likely README.md) and regenerate the docs (or patch the rendered output) so the published documentation is correct.
The rendered README contains an invalid TLS example snippet: it declares
local Tls = ...but usesTLS:new { ... }, and it has a},,syntax error. This makes the generated docs misleading and the example non-runnable.Suggestion: fix the underlying source (likely
README.md) and regenerate the docs (or patch the rendered output) so the published documentation is correct.