Skip to content

Commit 9cc47e1

Browse files
amadiobernhardmgruber
authored andcommitted
Use lighter wording to discourage fall-through cases
1 parent 819ba84 commit 9cc47e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talk/basicconcepts/control.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
\end{block}
9292
\pause
9393
\begin{alertblock}{Use break}
94-
Do not try to make use of non breaking cases
94+
Avoid \mintinline{cpp}{switch} statements with fall-through cases
9595
\end{alertblock}
9696
\end{frame}
9797

0 commit comments

Comments
 (0)