stdlib: Rename some helpers inside UnicodeTrie. NFC.

This commit is contained in:
Jordan Rose
2016-02-24 17:37:41 -08:00
parent e45dfe09c6
commit e5ae60aafc
2 changed files with 13 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ class GraphemeClusterBreakPropertyTable(UnicodeProperty):
property_values = [None for i in range(0, 0x110000)]
# Note: Numeric values should be consistent with
# Note: Numeric values (including the names) should be consistent with
# '_GraphemeClusterBreakPropertyValue' enum on the Swift side, and with
# 'GraphemeClusterBreakProperty' in the compiler C++ code. If there is a
# reason for either of those to differ, then this mapping can be overridden