Merge pull request #1055 from bclindner/mc-1.16.x

Documentation fix for rednet.broadcast
This commit is contained in:
Jonathan Coates
2022-03-27 17:40:33 +01:00
committed by GitHub
@@ -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.