1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +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:
Bilel MEDIMEGH 2023-01-30 18:17:15 +01:00
parent 1e3a930543
commit 67f3d91850
No known key found for this signature in database
GPG Key ID: 046386234AF24130

View File

@ -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