From ac8b973cd80a497247f5a49e2c86d7ebb110d336 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Wed, 12 Jan 2022 02:14:01 +0700 Subject: [PATCH] Fix documentation for `MutableText` --- sources/Text/MutableText.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Text/MutableText.uc b/sources/Text/MutableText.uc index aa6450c..a7794be 100644 --- a/sources/Text/MutableText.uc +++ b/sources/Text/MutableText.uc @@ -469,7 +469,7 @@ protected function int CalculateHashCode() * in a case-sensitive manner. By default it will be. * @param formatSensitivity Defines whether `before` should be matched * in a way sensitive for color information. By default it is will not. - * @return Returns caller `Text`, to allow for method chaining. + * @return Returns caller `MutableText`, to allow for method chaining. */ public final function MutableText Replace( Text before,