make comment a bit less confusing

This commit is contained in:
naskya 2023-11-23 04:25:54 +09:00
parent 09a6527cee
commit 47ff1f795d
No known key found for this signature in database
GPG key ID: 164DFF24E2D40139

View file

@ -705,7 +705,7 @@ function setVisibility() {
// example usage: // example usage:
// filterLangmapByPrefix("zh") to take // filterLangmapByPrefix("zh") to take
// "zh", "zh-cn", "zh-tw", "zh-hk", etc. out of the langmap // zh, zh-cn, zh-tw, zh-hk, etc. out of the langmap
function filterLangmapByPrefix( function filterLangmapByPrefix(
prefix: string, prefix: string,
): { langCode: string; nativeName: string }[] { ): { langCode: string; nativeName: string }[] {