From 1e214f329e76077853e3e40acff02523a998228d Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Mon, 6 May 2024 09:59:09 +0100 Subject: [PATCH] Build docs for all MC versions --- .github/workflows/make-doc.yml | 3 +-- .../main/resources/data/computercraft/lua/rom/apis/rednet.lua | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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