1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 20:20:30 +00:00

Merge pull request #1430 from Lupus590/patch-1

Fix typo in docs
This commit is contained in:
Jonathan Coates 2023-05-04 14:39:16 +01:00 committed by GitHub
commit 34928257c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
* <p>
* 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.