docs: fix small typo (#1938)

This commit is contained in:
Chen Anxue
2022-03-01 22:24:07 +08:00
committed by GitHub
parent 0f5b36d437
commit 37a29008e6

View File

@@ -28,7 +28,7 @@
*
* (The second array starts form m+1 and goes till l)
*
* @param l - end index or right index of second half array
* @param r - end index or right index of second half array
*/
void merge(int *arr, int l, int m, int r) {
int i, j, k;