ICU-22808 Correct a factually incorrect doc comment.

This commit is contained in:
David Barts 2024-10-29 19:26:08 -07:00 committed by Rich Gillam
parent e20b71af50
commit b81956ebcc

View file

@ -713,8 +713,8 @@ u_fgetc(UFILE *f);
*
* @param f The UFILE from which to read.
* @return The UChar32 value read, or U_EOF if no character was
* available, or U+FFFFFFFF if an ill-formed character was
* encountered.
* available, or U+FFFD (replacement character) if an ill-formed
* character was encountered.
* @see u_unescape()
* @stable ICU 3.0
*/