Skip to content

Commit e67ad46

Browse files
committed
fix typo
1 parent 9e599e1 commit e67ad46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/unicharset_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ TEST(UnicharsetTest, Multibyte) {
7777
EXPECT_EQ(u.size(), 9);
7878
EXPECT_EQ(u.unichar_to_id("\u0627"), 3);
7979
EXPECT_EQ(u.unichar_to_id("\u062c"), 4);
80-
// The first two bytes of this std::string is \u0627, which matches id 3;
80+
// The first two bytes of this string is \u0627, which matches id 3;
8181
EXPECT_EQ(u.unichar_to_id("\u0627\u062c", 2), 3);
8282
EXPECT_EQ(u.unichar_to_id("\u062f"), 5);
8383
// Individual f and i are not present, but they are there as a pair.

0 commit comments

Comments
 (0)