From 15dcb2864aa85745129ef1d16b3fe4b3a3d4b910 Mon Sep 17 00:00:00 2001 From: Jeromy French Date: Fri, 19 Jun 2020 18:47:52 -0400 Subject: [PATCH] Correct tiny typo in model.defaults.js Closes issue 169 (https://github.com/DataTables/DataTablesSrc/issues/169) --- js/model/model.defaults.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/model/model.defaults.js b/js/model/model.defaults.js index 9d754d760..9966010df 100644 --- a/js/model/model.defaults.js +++ b/js/model/model.defaults.js @@ -7,8 +7,8 @@ * version is still, internally the primary interface, but is is not documented * - hence the @name tags in each doc comment. This allows a Javascript function * to create a map from Hungarian notation to camel case (going the other direction - * would require each property to be listed, which would at around 3K to the size - * of DataTables, while this method is about a 0.5K hit. + * would require each property to be listed, which would add around 3K to the size + * of DataTables, while this method is about a 0.5K hit). * * Ultimately this does pave the way for Hungarian notation to be dropped * completely, but that is a massive amount of work and will break current