mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
fixed some spellings
This commit is contained in:
@@ -30,7 +30,7 @@ const Timsort = (array) => {
|
||||
/**
|
||||
* @function performs insertion sort on the partition
|
||||
* @param {Array} array array to be sorted
|
||||
* @param {Number} left left index of partiton
|
||||
* @param {Number} left left index of partition
|
||||
* @param {Number} right right index of partition
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user