mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
docs: fix small typo (#1938)
This commit is contained in:
parent
0f5b36d437
commit
37a29008e6
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* (The second array starts form m+1 and goes till l)
|
* (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) {
|
void merge(int *arr, int l, int m, int r) {
|
||||||
int i, j, k;
|
int i, j, k;
|
||||||
|
Loading…
Reference in New Issue
Block a user