Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eyas-ranjous committed Feb 22, 2022
1 parent 14f3402 commit 6a590f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/minHeap.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class MinHeap extends Heap {
* Builds a MinHeap from an array
* @public
* @static
* @param {array} [values]
* @param {function} [priorityCb]
* @param {array} values
* @param {function} [getValueCb]
* @returns {Heap}
*/
static heapify(values, getValueCb) {
Expand Down

0 comments on commit 6a590f8

Please sign in to comment.