1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-30 09:07:55 +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

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