Skip to content

Commit 16aa753

Browse files
committed
Merge branch 'master' of github.com:ming300/lunr.js
Conflicts: lunr.js
2 parents 69ac675 + 778bbe9 commit 16aa753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lunr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ lunr.trimmer = function (token) {
16631663
}
16641664

16651665
/**
1666-
*check it contains Chinese (including Japanese and Korean)
1666+
**check it contains Chinese (including Japanese and Korean)
16671667
*/
16681668
function isChineseChar(str){
16691669
var reg = /[\u4E00-\u9FA5\uF900-\uFA2D]/;

0 commit comments

Comments
 (0)