diff --git a/api/fnGetTds.js b/api/fnGetTds.js index e556c82..4d028ce 100644 --- a/api/fnGetTds.js +++ b/api/fnGetTds.js @@ -2,7 +2,7 @@ * Get an array of `dt-tag td` nodes from DataTables for a given row, including * any column elements which are hidden. * - * DataTables 1.10 has the `dt-api row().nodes()` method, built-in, to provide + * DataTables 1.10 has the `dt-api cells().nodes()` method, built-in, to provide * this functionality. As such this method is marked deprecated, but is * available for use with legacy version of DataTables. Please use the new API * if you are used DataTables 1.10 or newer.