Skip to content

Commit

Permalink
Merge pull request EzoeRyou#122 from sheeputech/patch-2
Browse files Browse the repository at this point in the history
Typo correction
  • Loading branch information
EzoeRyou authored Sep 11, 2019
2 parents fb1b48e + a1dc746 commit 05cb62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 034-vector-memory-allocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ int main()
`sz == size()`の場合は、どちらの`if`文の条件にも引っかからないので、何もしない。
`size(sz, value)`は、追加の引数を取るほか、`construct( iter )`の部分が`constrcut( iter, value )`に変わるだけだ。
`size(sz, value)`は、追加の引数を取るほか、`construct( iter )`の部分が`construct( iter, value )`に変わるだけだ。
~~~cpp
void resize( size_type sz, const_reference value )
Expand Down

0 comments on commit 05cb62f

Please sign in to comment.