Merge pull request #36 from Linkus000/master
Remove excessive minus in chapter 4
This commit is contained in:
commit
e81cdb4a0a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue