From 67f3d9185070862662f5b5538072c46a4f7a7e52 Mon Sep 17 00:00:00 2001 From: Bilel MEDIMEGH Date: Mon, 30 Jan 2023 18:17:15 +0100 Subject: [PATCH] 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" --- .../main/resources/data/computercraft/lua/rom/apis/rednet.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/core/src/main/resources/data/computercraft/lua/rom/apis/rednet.lua b/projects/core/src/main/resources/data/computercraft/lua/rom/apis/rednet.lua index 51f34fa60..5f0dede12 100644 --- a/projects/core/src/main/resources/data/computercraft/lua/rom/apis/rednet.lua +++ b/projects/core/src/main/resources/data/computercraft/lua/rom/apis/rednet.lua @@ -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