Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonohanger committed Nov 9, 2019
1 parent b07ad25 commit 0d579a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 033-vector-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ int main()

## `std::allocator<T>`の概要

`std::allocator<T>``T`型を構築できる生のメモリーを確保するための以下のようになっている
`std::allocator<T>``T`型を構築できる生のメモリーを確保するために以下のようになっている

~~~cpp
namespace std {
Expand Down

0 comments on commit 0d579a6

Please sign in to comment.