From 28f65e20acd5fff1ea2f1a2a8d22327db3640006 Mon Sep 17 00:00:00 2001 From: Ratin Gao Date: Tue, 5 Dec 2023 19:44:32 +0800 Subject: [PATCH] Update calloc.md --- docs/c-runtime-library/reference/calloc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/c-runtime-library/reference/calloc.md b/docs/c-runtime-library/reference/calloc.md index 94c5d3265b..eda1a8195f 100644 --- a/docs/c-runtime-library/reference/calloc.md +++ b/docs/c-runtime-library/reference/calloc.md @@ -96,4 +96,4 @@ Allocated 40 long integers [Memory allocation](../memory-allocation.md)\ [`free`](free.md)\ [`malloc`](malloc.md)\ -[`realloc`](realloc.md)\ +[`realloc`](realloc.md)