1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 16:22:18 +00:00

Added documentation for global functions (#592)

This commit is contained in:
JackMacWindows 2020-11-29 06:24:18 -05:00 committed by Jummit
parent 79fcc7241b
commit 3575654d02
2 changed files with 8 additions and 1 deletions

View File

@ -401,3 +401,10 @@ Hopefully fixes #585. Hopefully.
Remove <!-- -->s in usages Remove <!-- -->s in usages
``` ```
```
826797cbd579e867f0f35f0be44b6a28c8c094a9
Added documentation for global functions (#592)
```
Didn't port the docs over.

View File

@ -505,7 +505,7 @@ public class TurtleAPI implements ILuaAPI {
} }
/** /**
* Get the currently sleected slot. * Get the currently selected slot.
* *
* @return The current slot. * @return The current slot.
* @see #select * @see #select