Skip to content

Commit 7fc55d4

Browse files
amadiobernhardmgruber
authored andcommitted
Capitalize items consistently
1 parent 9cc47e1 commit 7fc55d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

talk/basicconcepts/control.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
}
1515
\end{cppcode*}
1616
\begin{itemize}
17-
\item \mintinline{cpp}{else} and \mintinline{cpp}{else if} clause are optional
18-
\item \mintinline{cpp}{else if} clause can be repeated
19-
\item braces are optional if there is a single statement
17+
\item The \mintinline{cpp}{else} and \mintinline{cpp}{else if} clauses are optional
18+
\item The \mintinline{cpp}{else if} clause can be repeated
19+
\item Braces are optional if there is a single statement
2020
\end{itemize}
2121
\end{block}
2222
\end{frame}
@@ -49,8 +49,8 @@
4949
\end{cppcode*}
5050
\vspace{-0.2cm}
5151
\begin{itemize}
52-
\item if test is \mintinline{cpp}{true} expression1 is returned
53-
\item else expression2 is returned
52+
\item If test is \mintinline{cpp}{true} expression1 is returned
53+
\item Else, expression2 is returned
5454
\end{itemize}
5555
\end{block}
5656
\pause

0 commit comments

Comments
 (0)