Skip to content

Commit cc35039

Browse files
committed
Fix.
1 parent 499247d commit cc35039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ \section{Size Annotations}
12711271
type intvec [n] = [n]i32
12721272
\end{lstlisting}
12731273
1274-
We can now use \lstlisting{intvec [n]} to refer to integer vectors of
1274+
We can now use \lstinline{intvec [n]} to refer to integer vectors of
12751275
size \lstinline{n}:
12761276
12771277
\begin{lstlisting}

0 commit comments

Comments
 (0)