fix(config): typo annotations

This commit is contained in:
Olexandr Smirnov 2025-08-27 22:04:58 +03:00
parent e90f766ea3
commit 3b9f740b8c
No known key found for this signature in database

View file

@ -109,4 +109,4 @@ setmetatable(config, {
---@dochide
---@return gopher.Config
return config
return config --[[ @as gopher.Config ]]