1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-17 06:57:38 +00:00

Fix & enhance some docs (#857)

This commit is contained in:
SkyTheCodeMaster
2021-07-18 12:36:09 -04:00
committed by GitHub
parent 74752c561c
commit 04e97f7b86
3 changed files with 4 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ the prompt.
@treturn string The text typed in.
@see cc.completion For functions to help with completion.
@usage Read an string and echo it back to the user
@usage Read a string and echo it back to the user
write("> ")
local msg = read()