Remove excessive minus in chapter 4
This commit is contained in:
parent
2606aa7b1a
commit
d74c22a6b2
|
@ -393,7 +393,7 @@ cout << *it << "\n";
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
|
|
||||||
Iterators can be moved using the operators
|
Iterators can be moved using the operators
|
||||||
\texttt{++} (forward) and \texttt{---} (backward),
|
\texttt{++} (forward) and \texttt{--} (backward),
|
||||||
meaning that the iterator moves to the next
|
meaning that the iterator moves to the next
|
||||||
or previous element in the set.
|
or previous element in the set.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue