Skip to content

Commit

Permalink
Fix type: s/typdef/typedef/
Browse files Browse the repository at this point in the history
  • Loading branch information
hce authored and quark17 committed Nov 2, 2023
1 parent 84f8124 commit bbbaadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/BSV_ref_guide/BSV_lang.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3921,7 +3921,7 @@ \subsection{Type synonyms}
\begin{verbatim}
typedef Tuple3#(a, a, a) Triple#(type a);
typdef Int#(n) MyInt#(type n);
typedef Int#(n) MyInt#(type n);
\end{verbatim}
The above example could also be written as:
\begin{verbatim}
Expand Down

0 comments on commit bbbaadb

Please sign in to comment.