Skip to content
Snippets Groups Projects
Commit e74b4fbe authored by Jasper Clemens Gräflich's avatar Jasper Clemens Gräflich
Browse files

Fix typo

parent b2fb0848
No related branches found
No related tags found
No related merge requests found
Pipeline #11030 passed
......@@ -86,8 +86,8 @@ Since the inception of set theory, mathematicians used \emph{set comprehension}
\begin{listing}[H]
\begin{minted}{rust}
const PRIME: Subtype where is_prime = 17;
const SMALL: Subtype where |x| x <= 255 = 9;
const PRIME: i32 where is_prime = 17;
const SMALL: u32 where |x| x <= 255 = 9;
\end{minted}
\caption{Constants with proven properties}
\label{lst:proven-const-pretty}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment