diff --git a/.github/workflows/make-doc.yml b/.github/workflows/make-doc.yml index 4da2a788a..26eeb3c4e 100644 --- a/.github/workflows/make-doc.yml +++ b/.github/workflows/make-doc.yml @@ -3,8 +3,7 @@ name: Build documentation on: push: branches: - - mc-1.19.x - - mc-1.20.x + - mc-* jobs: make_doc: 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 b14618bdb..097086a51 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 @@ -149,7 +149,7 @@ function isOpen(modem) end --[[- Allows a computer or turtle with an attached modem to send a message -intended for a sycomputer with a specific ID. At least one such modem must first +intended for a computer with a specific ID. At least one such modem must first be [opened][`rednet.open`] before sending is possible. Assuming the target was in range and also had a correctly opened modem, the