Skip to content

Commit 2d2f407

Browse files
Merge pull request #31 from bexis13/master
fix typo in bubble sort description
2 parents daa37ba + 29d252e commit 2d2f407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sorts/bubblesort.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*Bubble Sort is a algorithm to sort a array it
2-
* copares adjacent element and swaps thier position
1+
/*Bubble Sort is a algorithm to sort an array. It
2+
* compares adjacent element and swaps thier position
33
*/
44
function bubbleSort(items) {
55
var length = items.length;

0 commit comments

Comments
 (0)