Skip to content

Commit

Permalink
docs: correct-jsdoc-comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Killusions committed Jun 18, 2024
1 parent cac8c1f commit a243849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ export class DatatableComponent implements OnInit, DoCheck, AfterViewInit, After
* Creates a map with the data grouped by the user choice of grouping index
*
* @param originalArray the original array passed via parameter
* @param groupByIndex the index of the column to group the data by
* @param groupBy the index of the column to group the data by
*/
groupArrayBy(originalArray: any, groupBy: any) {
// create a map to hold groups with their corresponding results
Expand Down

0 comments on commit a243849

Please sign in to comment.