1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-21 17:07:39 +00:00

Fix a few typos in the documentation

- Move modem recipes out of the usage section.
 - Add missing argument names to BinaryWriableHandle.write. Illuaminate
   really should catch this, but for now I did a grep and couldn't find
   any more instances of this.
This commit is contained in:
Jonathan Coates
2023-02-03 19:27:51 +00:00
parent fb4b097a66
commit 3224e0bf8b
2 changed files with 11 additions and 10 deletions

View File

@@ -42,8 +42,8 @@ public class BinaryWritableHandle extends HandleGeneric {
*
* @param arguments The value to write.
* @throws LuaException If the file has been closed.
* @cc.tparam [1] number The byte to write.
* @cc.tparam [2] string The string to write.
* @cc.tparam [1] number charcode The byte to write.
* @cc.tparam [2] string contents The string to write.
* @cc.changed 1.80pr1 Now accepts a string to write multiple bytes.
*/
@LuaFunction