From 3fce2d018cc21643794355198fadf4d4e72a1129 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Sat, 21 Jul 2012 16:33:24 +0200 Subject: [PATCH] Better HTML formatting... --- sorting/chinese-string.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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