Incorrect descriptions for debug.traceback and debug.info

image
debug.traceback's description doesn’t mention the arguments it can take, which are ([thread t,][string message[,number level]]).
image
debug.info's description doesn’t mention the optional thread which it can take and the the type for level doesn’t mention that it can be a function. The correct argument list is ([thread t,],number|function f,string options).

4 Likes

Thanks for the report! We’ve filed a ticket to our internal database and we’ll follow up when we have an update for you.

1 Like