1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-28 16:13:22 +00:00

Merge pull request #1096 from FayneAldan/patch-1

Fix typo in documentation
This commit is contained in:
Jonathan Coates 2022-05-13 21:05:01 +01:00 committed by GitHub
commit c981c75b7c
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