diff --git a/pkg/obilua/luahttp.go b/pkg/obilua/luahttp.go index 5e85068..07d80e6 100644 --- a/pkg/obilua/luahttp.go +++ b/pkg/obilua/luahttp.go @@ -15,7 +15,8 @@ var _httpClient = &http.Client{ Timeout: httpClientTimeout, } -// RegisterHTTP registers the http module in the Lua state. +// RegisterHTTP registers the http module in the Lua state as a global, +// consistent with obicontext and BioSequence. // // Exposes: //