From e35630c3c710db712783fe0e2050273289575c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 8 Nov 2024 09:21:24 -0500 Subject: [PATCH] docs: fix Simple_Case_Mapping readme examples --- templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/README.md b/templates/README.md index 353904e..1553707 100644 --- a/templates/README.md +++ b/templates/README.md @@ -73,7 +73,7 @@ require('@unicode/unicode-<%= version %>/<%= type %>').get(codePoint); // lookup <% } dirs[type].forEach(function(dir) { - if ('Case_Folding' == type || 'Simple_Case_Folding' == type || 'Special_Casing' == type) { + if ('Case_Folding' == type || 'Simple_Case_Mapping' == type || 'Special_Casing' == type) { %> require('@unicode/unicode-<%= version %>/<%= type %>/<%= dir %>/code-points.js'); // lookup map from code point to code point or array of code points require('@unicode/unicode-<%= version %>/<%= type %>/<%= dir %>/code-points.js').get(codePoint);