Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Dec 12, 2018
1 parent 49772f0 commit 686aef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/sorting/index.js
Expand Up @@ -17,4 +17,4 @@ function merge(left, right) {

}

module.exports = { bubbleSort, selectionSort, mergeSort };
module.exports = { bubbleSort, selectionSort, mergeSort, merge };

0 comments on commit 686aef0

Please sign in to comment.