From ff2e0ed6a568f18229157e2f83e3f8f54c2113ff Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 29 Sep 2015 13:41:07 +0100 Subject: [PATCH] Fix typo - Addresses DataTables/DataTables #687 --- sorting/numeric-comma.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/numeric-comma.js b/sorting/numeric-comma.js index 99ebd0a..f72219e 100644 --- a/sorting/numeric-comma.js +++ b/sorting/numeric-comma.js @@ -9,7 +9,7 @@ * to this method. * * @name Commas for decimal place - * @summary Sort numbers correctly which use a common as the decimal place. + * @summary Sort numbers correctly which use a comma as the decimal place. * @deprecated * @author [Allan Jardine](http://sprymedia.co.uk) *