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

Fix spell err Turtle API Doc

* `throug` -> `through`
This commit is contained in:
Johnny Irvin 2022-07-01 09:19:11 -04:00
parent 718111787c
commit b7fa4102df
No known key found for this signature in database
GPG Key ID: 507C3E9ACCB926E3

View File

@ -29,7 +29,7 @@
* an internal inventory of 16 slots, allowing them to store blocks they have broken or would like to place.
*
* ## Movement
* Turtles are capable of moving throug the world. As turtles are blocks themselves, they are confined to Minecraft's
* Turtles are capable of moving through the world. As turtles are blocks themselves, they are confined to Minecraft's
* grid, moving a single block at a time.
*
* {@literal @}{turtle.forward} and @{turtle.back} move the turtle in the direction it is facing, while @{turtle.up} and