Skip to content

Commit d23eb9e

Browse files
authored
Fix policheck error in string_normalizer.h (#24669)
1 parent 3fb2dc7 commit d23eb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/cpu/text/string_normalizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class StringNormalizer : public OpKernel {
2727
private:
2828
bool is_case_sensitive_{true};
2929
CaseAction case_change_action_{NONE};
30-
// Set this to lower because some characters do not have capital case.
30+
// Set this to lower because some characters do not have upper case.
3131
// used for case-insensitive compare
3232
CaseAction compare_caseaction_{LOWER};
3333
std::string locale_name_;

0 commit comments

Comments
 (0)