make comment a bit less confusing
This commit is contained in:
parent
09a6527cee
commit
47ff1f795d
1 changed files with 1 additions and 1 deletions
|
@ -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 }[] {
|
||||||
|
|
Loading…
Reference in a new issue