Skip to content

Commit b14e937

Browse files
committed
Fix typo of intentionally
1 parent d6484cd commit b14e937

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/scripts/property-regex.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ const {
44
unicodeVersion
55
} = require('./utils.js');
66

7-
// This intentially includes only the binary properties required by UTS 18 Level 1 RL1.2 for Unicode
8-
// regex support, minus `Assigned` which has special handling since it is the inverse of Unicode
9-
// category `Unassigned` (`Cn`). To include all binary properties, change this to:
7+
// This includes only the binary properties required by UTS18 RL1.2 for level 1 Unicode regex
8+
// support, minus `Assigned` which has special handling since it is the inverse of Unicode category
9+
// `Unassigned`. To include all binary properties, change this to:
1010
// `const properties = require(`${unicodeVersion}`).Binary_Property;`
1111
const properties = [
1212
'ASCII',

0 commit comments

Comments
 (0)