We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f456cd3 commit c68a23dCopy full SHA for c68a23d
codespell.txt
@@ -3,3 +3,4 @@ heist
3
Hist
4
Heist
5
his
6
+ro
talk/morelanguage/ranges.tex
@@ -63,12 +63,12 @@
63
\end{frame}
64
65
\begin{frame}[fragile]
66
- \frametitlecpp[23]{Back to lazyness}
+ \frametitlecpp[23]{Back to laziness}
67
\begin{exampleblock}{\texttt{view}s are lazy}
68
\begin{itemize}
69
- \item Computation is only trigerred when iterating
+ \item Computation is only triggered when iterating
70
\item And can be stopped by e.g. \mintinline{cpp}{take}
71
- \item Here the mininal number of iteration is performed
+ \item Here, the minimal number of iterations is performed
72
\end{itemize}
73
{ \scriptsize
74
\begin{cppcode*}{gobble=2}
0 commit comments