Skip to content

Commit

Permalink
allocator.md backquoteのtypoを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
norisio committed Mar 22, 2023
1 parent 5ae96e7 commit 0af0c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/memory/allocator.md
Expand Up @@ -41,7 +41,7 @@ C++11から:
|---------------------------------------------|----------------------------------------------|-------|
| [`(constructor)`](allocator/op_constructor.md) | コンストラクタ | |
| [`(destructor)`](allocator/op_destructor.md) | デストラクタ | |
| [`operator=`](allocator/op_assign.md)` | 代入演算子 | |
| [`operator=`](allocator/op_assign.md) | 代入演算子 | |
| [`allocate`](allocator/allocate.md) | メモリを確保する | |
| [`deallocate`](allocator/deallocate.md) | メモリを解放する | |
| [`address`](allocator/address.md) | 変数のアドレスを取得する | C++17から非推奨<br/> C++20で削除 |
Expand Down

0 comments on commit 0af0c3c

Please sign in to comment.