Skip to content

Commit

Permalink
Merge pull request #1135 from norisio/allocator_md_backquote_typo
Browse files Browse the repository at this point in the history
allocator.md backquoteのtypoを修正
  • Loading branch information
faithandbrave committed Mar 22, 2023
2 parents 5ae96e7 + 0af0c3c commit e4a8ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/memory/allocator.md
Original file line number Diff line number Diff line change
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 e4a8ac3

Please sign in to comment.