Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
“constrcut” to “construct”
  • Loading branch information
sheeputech authored Sep 2, 2019
1 parent 3a83118 commit a1dc746
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 a1dc746

Please sign in to comment.