Fix renamed type in type definitions

This commit is contained in:
Filip Tibell 2023-03-22 19:01:18 +01:00
parent 7208982758
commit dfe32b602c
No known key found for this signature in database

View file

@ -718,7 +718,7 @@ declare print: <T...>(T...) -> ()
This will format and prettify values such as tables, numbers, booleans, and more.
]=]
declare info: <T...>(T...) -> ()
declare printinfo: <T...>(T...) -> ()
--[=[
Prints given value(s) to stdout with a leading `[WARN]` tag.