1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-10 04:36:40 +00:00

Fix typo in docs

foreground and background *characters* -> foreground and background *colours*
This commit is contained in:
Lupus590 2023-05-04 13:58:56 +01:00 committed by GitHub
parent 54b7366b2d
commit 5eb4a9033b
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.