Skip to content

Commit f0c4207

Browse files
Sebastien Poncehageboeck
Sebastien Ponce
authored andcommitted
tiny fixes from 10th editoin of the course
1 parent 42772c7 commit f0c4207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: talk/basicconcepts/control.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
\end{cppcode*}
180180
\vspace{-0.2cm}
181181
\begin{itemize}
182-
\item Initializations and increments are comma separated
182+
\item Multiple initializations / increments are comma separated
183183
\item Initializations can contain declarations
184184
\item Braces are optional if loop body is a single statement
185185
\end{itemize}

Diff for: talk/objectorientation/objectsclasses.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
int a;
146146
int sum(int b);
147147
int sum(int b, int c);
148-
}
148+
};
149149

150150
int MyFirstClass::sum(int b) { return a + b; }
151151

0 commit comments

Comments
 (0)