You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/wiki/diagnostics.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -384,7 +384,7 @@ The strict group contains diagnostics considered "strict". These can help you wr
384
384
385
385
<Diagnosticlevel="Warning">
386
386
<Fragmentslot="name">
387
-
### clone-non-object
387
+
### close-non-object
388
388
</Fragment>
389
389
Triggered when attempting to [close a variable](https://www.lua.org/manual/5.4/manual.html#3.3.8) with a non-object. The value of the variable must be an object with the `__close` metamethod (a Lua 5.4 feature).
0 commit comments