1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 20:20:30 +00:00

Fix typo in documentation

This commit is contained in:
Fayne Aldan 2022-05-13 13:41:52 -06:00 committed by GitHub
parent d8a7ab540a
commit f05a539443
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ instance, `commands.say("Hi!")` is equivalent to `commands.exec("say Hi!")`.
@{commands.async} provides a similar interface to execute asynchronous
commands. `commands.async.say("Hi!")` is equivalent to
`commands.execAsync("Hi!")`.
`commands.execAsync("say Hi!")`.
[mc]: https://minecraft.gamepedia.com/Commands