Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICU-22808 Correct a factually incorrect doc comment. #3259

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions icu4c/source/io/unicode/ustdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down