mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: stringified
This commit is contained in:
parent
41f49bed5e
commit
74ec85549d
1 changed files with 1 additions and 1 deletions
|
@ -792,4 +792,4 @@ function debug.traceback(co: thread, 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue