mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-22808 Correct a factually incorrect doc comment.
This commit is contained in:
parent
e20b71af50
commit
b81956ebcc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue