Skip to content

Commit f6c610d

Browse files
committed
fix: typo at fill example
1 parent 8cdea89 commit f6c610d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/standard-library/array-class-stl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ int main()
827827
828828
v1.fill(3);
829829
cout << "v1 = ";
830-
for (const auto& it : c0)
830+
for (const auto& it : v1)
831831
{
832832
std::cout << " " << it;
833833
}

0 commit comments

Comments
 (0)