Skip to content

Commit 5b0f8cb

Browse files
committed
change path
1 parent 1f5f23e commit 5b0f8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/cstdlib/calloc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void *calloc(size_t nmemb, size_t size);
2121

2222
## 備考
2323

24-
- `calloc``malloc`および `realloc`関数による連続的なメモリ確保によるメモリの割当の順序、連続性は未定義
24+
- `calloc``malloc`および `realloc`関数による連続的なメモリ確保によるメモリの割当の順序、連続性は未定義である
2525

2626
##
2727

@@ -56,7 +56,7 @@ p2[3] == 0
5656
```
5757
5858
## 関連項目
59-
- ["free"]("free.md.nolink"):確保されたメモリを解放する。
59+
- `free`:確保されたメモリを解放する。
6060
6161
6262

0 commit comments

Comments
 (0)