Skip to content

Commit 369df2a

Browse files
authored
Docs: Fix the title of the header in QuickSort implementation (#50)
1 parent 5467a9f commit 369df2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/sorting/quicksort/quicksort.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Insertion sort implementation in JavaScript
2+
* Quick sort implementation in JavaScript
33
* Copyright (c) 2012 Nicholas C. Zakas
44
*
55
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)