Skip to content

Commit a1dc746

Browse files
author
sheeputech
authored
Typo correction
“constrcut” to “construct”
1 parent 3a83118 commit a1dc746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

034-vector-memory-allocation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ int main()
618618
619619
`sz == size()`の場合は、どちらの`if`文の条件にも引っかからないので、何もしない。
620620
621-
`size(sz, value)`は、追加の引数を取るほか、`construct( iter )`の部分が`constrcut( iter, value )`に変わるだけだ。
621+
`size(sz, value)`は、追加の引数を取るほか、`construct( iter )`の部分が`construct( iter, value )`に変わるだけだ。
622622
623623
~~~cpp
624624
void resize( size_type sz, const_reference value )

0 commit comments

Comments
 (0)