From b3e009cca5819899275e3230c3fb875e6f4e4d76 Mon Sep 17 00:00:00 2001 From: "Brian C. Lindner" Date: Sun, 27 Mar 2022 16:12:42 +0000 Subject: [PATCH] doc fix --- .../resources/data/computercraft/lua/rom/apis/rednet.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/data/computercraft/lua/rom/apis/rednet.lua b/src/main/resources/data/computercraft/lua/rom/apis/rednet.lua index 3b30bbfdc..d5ed812d8 100644 --- a/src/main/resources/data/computercraft/lua/rom/apis/rednet.lua +++ b/src/main/resources/data/computercraft/lua/rom/apis/rednet.lua @@ -217,9 +217,10 @@ end channel. The message will be received by every device listening to rednet. @param message The message to send. This should not contain coroutines or -functions, as they will be converted to @{nil}. @tparam[opt] string protocol -The "protocol" to send this message under. When using @{rednet.receive} one can -filter to only receive messages sent under a particular protocol. +functions, as they will be converted to @{nil}. +@tparam[opt] string protocol The "protocol" to send this message under. +When using @{rednet.receive} one can filter to only receive messages sent +under a particular protocol. @see rednet.receive @changed 1.6 Added protocol parameter. @usage Broadcast the words "Hello, world!" to every computer using rednet.