From 74ec85549db761cd71134e559093622061200200 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 4 Nov 2021 00:35:34 -0400 Subject: [PATCH] spelling: stringified --- docs/_pages/library.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/library.md b/docs/_pages/library.md index 1539c9ce..28f440cd 100644 --- a/docs/_pages/library.md +++ b/docs/_pages/library.md @@ -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.