Browse Source

Fix documentation for `MutableText`

pull/8/head
Anton Tarasenko 3 years ago
parent
commit
ac8b973cd8
  1. 2
      sources/Text/MutableText.uc

2
sources/Text/MutableText.uc

@ -469,7 +469,7 @@ protected function int CalculateHashCode()
* in a case-sensitive manner. By default it will be. * in a case-sensitive manner. By default it will be.
* @param formatSensitivity Defines whether `before` should be matched * @param formatSensitivity Defines whether `before` should be matched
* in a way sensitive for color information. By default it is will not. * 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( public final function MutableText Replace(
Text before, Text before,

Loading…
Cancel
Save