diff options
Diffstat (limited to 'script/vm/sign.lua')
-rw-r--r-- | script/vm/sign.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/sign.lua b/script/vm/sign.lua index 3fc9f981..b70aaec5 100644 --- a/script/vm/sign.lua +++ b/script/vm/sign.lua @@ -312,7 +312,7 @@ function vm.getSign(source) or source.type == 'doc.type.table' or source.type == 'doc.type.array' then local hasGeneric - guide.eachSourceType(source, 'doc.generic.name', function () + guide.eachSourceType(source, 'doc.generic.name', function (_) hasGeneric = true end) if not hasGeneric then |