diff --git a/lang/cpp20/implicit_creation_of_objects_for_low-level_object_manipulation.md b/lang/cpp20/implicit_creation_of_objects_for_low-level_object_manipulation.md index ece3e8084..88fa89496 100644 --- a/lang/cpp20/implicit_creation_of_objects_for_low-level_object_manipulation.md +++ b/lang/cpp20/implicit_creation_of_objects_for_low-level_object_manipulation.md @@ -167,8 +167,8 @@ C++においては、ポインタに対する演算(`+ -`など)はそのポ 標準ライブラリ中の次の関数は、*implicit-lifetime types*に対して使用した場合に、その振る舞いの一環として指定された領域内にそのオブジェクトを暗黙的に構築する - `new`演算子 - - `opreator new` - - `opreator new[]` + - `operator new` + - `operator new[]` - アロケータ - [`std::allocator::allocate`](/reference/memory/allocator/allocate.md) - Cライブラリ関数