1
0
Fork 0
mirror of https://github.com/luau-lang/luau.git synced 2025-04-13 15:20:53 +01:00

spelling: stringified

This commit is contained in:
Josh Soref 2021-11-04 00:35:34 -04:00
parent 41f49bed5e
commit 74ec85549d

View file

@ -792,4 +792,4 @@ function debug.traceback(co: thread, msg: string?, level: number?): string
function debug.traceback(msg: string?, level: number?): string function debug.traceback(msg: string?, level: number?): string
``` ```
Produces a stringifed callstack of the given thread, or the current thread, starting with level `level`. If `msg` is specified, then the resulting callstack includes the string before the callstack output, separated with a newline. The format of the callstack is human-readable and subject to change. Produces a stringified callstack of the given thread, or the current thread, starting with level `level`. If `msg` is specified, then the resulting callstack includes the string before the callstack output, separated with a newline. The format of the callstack is human-readable and subject to change.