From 20be45980d72ef79c18cc867b0f2ebfbbfe0a380 Mon Sep 17 00:00:00 2001 From: Srujal Shah Date: Sat, 28 Oct 2023 13:13:19 +0530 Subject: [PATCH] changes a comment --- DSA/Arrays/BubbleSort.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSA/Arrays/BubbleSort.js b/DSA/Arrays/BubbleSort.js index c37a9d6..4762891 100644 --- a/DSA/Arrays/BubbleSort.js +++ b/DSA/Arrays/BubbleSort.js @@ -1,4 +1,4 @@ -// Bubble sort Implementation using Javascript +// Bubble sort Implementation using Javascript // new docs ` function bblSort(arr){