Skip to content

Commit 3dba72d

Browse files
committed
Update unicodetools/org/unicode/text/UCD/UCD_Names.java
1 parent 0583937 commit 3dba72d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: unicodetools/org/unicode/text/UCD/UCD_Names.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ public final class UCD_Names implements UCD_Types {
10961096
"Hanifi_Rohingya_Kinna_Ya",
10971097
// Unicode 14
10981098
"THIN_YEH",
1099-
"VERTICAL TAIL"
1099+
"VERTICAL_TAIL"
11001100
};
11011101
static {
11021102
fixArray(JOINING_GROUP);
@@ -1492,4 +1492,4 @@ static void titlecase (String[] array) {
14921492
throw new IllegalArgumentException("!! ERROR !! Enums and Names out of sync: age");
14931493
}
14941494
}
1495-
}
1495+
}

0 commit comments

Comments
 (0)