Skip to content

Commit 03ddf5c

Browse files
authored
docs: fix Simple_Case_Mapping readme examples (#85)
1 parent 4c77f90 commit 03ddf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ require('@unicode/unicode-<%= version %>/<%= type %>').get(codePoint); // lookup
7373
<%
7474
}
7575
dirs[type].forEach(function(dir) {
76-
if ('Case_Folding' == type || 'Simple_Case_Folding' == type || 'Special_Casing' == type) {
76+
if ('Case_Folding' == type || 'Simple_Case_Mapping' == type || 'Special_Casing' == type) {
7777
%>
7878
require('@unicode/unicode-<%= version %>/<%= type %>/<%= dir %>/code-points.js'); // lookup map from code point to code point or array of code points
7979
require('@unicode/unicode-<%= version %>/<%= type %>/<%= dir %>/code-points.js').get(codePoint);

0 commit comments

Comments
 (0)