diff --git a/sorting/chinese-string.js b/sorting/chinese-string.js index da490d9..a379ec9 100644 --- a/sorting/chinese-string.js +++ b/sorting/chinese-string.js @@ -2,7 +2,7 @@ * Sorting in Javascript for Chinese Character. The Chinese Characters are sorted on the radical and number of * strokes. This plug-in performs sorting for Chinese characters. * localeCompare MDC documentation. - * Please also note about localeCompare and IE9. + * Please also see note about localeCompare and IE9. * @name Chinese (string) * @anchor chinese-string * @author Patrik Lindstr�m