Skip to content

Commit 98bc2e8

Browse files
committed
Fixed typo
1 parent 50a1f20 commit 98bc2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talk/expert/cpp20concepts.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
\item a concept can be used together with \mintinline{cpp}{auto} to impose requirements on the type of a variable
151151
\end{itemize}
152152
\end{block}
153-
\begin{exampleblock}{firstnumber=4,gobble=2}
153+
\begin{exampleblock}{Example code}
154154
\begin{cppcode*}{firstnumber=4,gobble=2}
155155
MyFloatingPoint auto f = 3.14f;
156156
MyFloatingPoint auto d = 3.14;

0 commit comments

Comments
 (0)