diff --git a/c++.html.markdown b/c++.html.markdown index 5dc1af59..7dc9afbe 100644 --- a/c++.html.markdown +++ b/c++.html.markdown @@ -1011,7 +1011,7 @@ for(int i=0; i::iterator it; // initialize the iteartor for vector +vector::iterator it; // initialize the iterator for vector for(it=vector_name.begin(); it!=vector_name.end();++it) // For accessing the element of the vector