From dfe32b602c0b46e645c471f48b47c802b302025a Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Wed, 22 Mar 2023 19:01:18 +0100 Subject: [PATCH] Fix renamed type in type definitions --- docs/luneTypes.d.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/luneTypes.d.luau b/docs/luneTypes.d.luau index ad788bf..19fb149 100644 --- a/docs/luneTypes.d.luau +++ b/docs/luneTypes.d.luau @@ -718,7 +718,7 @@ declare print: (T...) -> () This will format and prettify values such as tables, numbers, booleans, and more. ]=] -declare info: (T...) -> () +declare printinfo: (T...) -> () --[=[ Prints given value(s) to stdout with a leading `[WARN]` tag.