mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-04-03 01:06:59 +00:00
Fix word error in rednet documentation
Replaced "The name this protocol exposes for the given protocol" into "The name this **computer** exposes for the given protocol"
This commit is contained in:
parent
1e3a930543
commit
67f3d91850
@ -319,7 +319,7 @@ different, or if they only join a given network after "registering" themselves
|
||||
before doing so (eg while offline or part of a different network).
|
||||
|
||||
@tparam string protocol The protocol this computer provides.
|
||||
@tparam string hostname The name this protocol exposes for the given protocol.
|
||||
@tparam string hostname The name this computer exposes for the given protocol.
|
||||
@throws If trying to register a hostname which is reserved, or currently in use.
|
||||
@see rednet.unhost
|
||||
@see rednet.lookup
|
||||
|
Loading…
x
Reference in New Issue
Block a user