mirror of
https://github.com/lune-org/lune.git
synced 2025-01-06 11:29:11 +00:00
Fix renamed type in type definitions
This commit is contained in:
parent
7208982758
commit
dfe32b602c
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@ declare print: <T...>(T...) -> ()
|
||||||
|
|
||||||
This will format and prettify values such as tables, numbers, booleans, and more.
|
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.
|
Prints given value(s) to stdout with a leading `[WARN]` tag.
|
||||||
|
|
Loading…
Reference in a new issue