From 5eb4a9033b767b2fd479c48ff095ce8e39d8c7b8 Mon Sep 17 00:00:00 2001 From: Lupus590 Date: Thu, 4 May 2023 13:58:56 +0100 Subject: [PATCH] Fix typo in docs foreground and background *characters* -> foreground and background *colours* --- .../main/java/dan200/computercraft/core/apis/TermMethods.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/core/src/main/java/dan200/computercraft/core/apis/TermMethods.java b/projects/core/src/main/java/dan200/computercraft/core/apis/TermMethods.java index c810a9580..fb99f4f72 100644 --- a/projects/core/src/main/java/dan200/computercraft/core/apis/TermMethods.java +++ b/projects/core/src/main/java/dan200/computercraft/core/apis/TermMethods.java @@ -234,7 +234,7 @@ public abstract class TermMethods { } /** - * Writes {@code text} to the terminal with the specific foreground and background characters. + * Writes {@code text} to the terminal with the specific foreground and background colours. *

* As with {@link #write(IArguments)}, the text will be written at the current cursor location, with the cursor * moving to the end of the text.