Skip to content

Commit 29d252e

Browse files
committed
fix typo in bubble sort descriptiion
1 parent daa37ba commit 29d252e

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)