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:
@@ -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
|
||||
|
Reference in New Issue
Block a user