Skip to content

Commit

Permalink
ICU-22435 Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Jul 28, 2023
1 parent 76f3c2e commit 498e26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/common/unicode/ulocale.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ ulocale_getKeywordValue(
U_CAPI int32_t U_EXPORT2
ulocale_getUnicodeKeywordValue(
const ULocale* locale, const char* keyword, int32_t keywordLength,
char* valueBuffer, int32_t bufferCapacity, UErrorCode *err);
char* valueBuffer, int32_t valueBufferCapacity, UErrorCode *err);

#if U_SHOW_CPLUSPLUS_API

Expand Down

0 comments on commit 498e26b

Please sign in to comment.