Skip to content

Commit

Permalink
ICU-22365 Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankYFTang committed Aug 3, 2023
1 parent b923d00 commit 450a034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icu4c/source/common/unicode/ulocbuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ulocbld_setRegion(ULocaleBuilder* builder, const char* region, int32_t length);

/**
* Sets the variant. If variant is the empty string, the variant in this
* <code>LocaleBuilder</code> is removed. Otherwise, the <code>variant</code>
* <code>ULocaleBuilder</code> is removed. Otherwise, the <code>variant</code>
* must be well-formed, or else the ulocbld_buildLocaleID() and
* ulocbld_buildLanguageTag() methods will later report an
* U_ILLEGAL_ARGUMENT_ERROR.
Expand Down

0 comments on commit 450a034

Please sign in to comment.