diff --git a/docs/xml/lazutils/lazutf8.xml b/docs/xml/lazutils/lazutf8.xml index 37d4c64cc9..b16acd317d 100644 --- a/docs/xml/lazutils/lazutf8.xml +++ b/docs/xml/lazutils/lazutf8.xml @@ -1578,20 +1578,20 @@ characters in the range ['A'..'Z'] by adding 32 to their ordinal values.
If a non-ASCII byte value is found in AText, the return value is derived by -calling UTF8UpperCase with the value in AText as an argument. (n.b.) +calling UTF8LowerCase with the value in AText as an argument.