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.