From 6b59f9e76a37f341891b62ba840a7a85e1af2b8e Mon Sep 17 00:00:00 2001 From: Sandy Galloway Date: Tue, 28 May 2019 14:45:17 +0000 Subject: [PATCH] I forgot an appropriate summary tag! --- sorting/numString.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sorting/numString.js b/sorting/numString.js index cfb7f96..42b9402 100644 --- a/sorting/numString.js +++ b/sorting/numString.js @@ -4,7 +4,7 @@ * This is useful for sorting data which requires some extra context to be included in the table. * * @name numString - * @summary Sort with the prefixed word `dt-string The` removed, if present + * @summary Sorting for number value that is included anywhere in a regex. * @author [Sandy Galloway](http://datatables.net) * *