Skip to content

Commit 609cde9

Browse files
amadiobernhardmgruber
authored andcommitted
Capitalize items consistently
1 parent 569de28 commit 609cde9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

talk/basicconcepts/auto.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
\frametitlecpp[11]{Auto keyword}
55
\begin{block}{Reason of being}
66
\begin{itemize}
7-
\item many type declarations are redundant
8-
\item and lead to compiler errors if you mess up
7+
\item Many type declarations are redundant
8+
\item They are also a source for compiler warnings and errors
99
\end{itemize}
1010
\begin{cppcode*}{}
1111
std::vector<int> v;
@@ -30,7 +30,7 @@
3030
\begin{exerciseWithShortcut}{Loops, references, auto}{Loops, refs, auto}
3131
Familiarise yourself with range-based for loops and references
3232
\begin{itemize}
33-
\item go to \texttt{code/loopsRefsAuto}
33+
\item Go to \texttt{code/loopsRefsAuto}
3434
\item Look at \texttt{loopsRefsAuto.cpp}
3535
\item Compile it (\texttt{make}) and run the program (\texttt{./loopsRefsAuto})
3636
\item Work on the tasks that you find in \texttt{loopsRefsAuto.cpp}

0 commit comments

Comments
 (0)