Skip to content
Snippets Groups Projects
Commit d6d22abb authored by erwan's avatar erwan
Browse files

Doc: fix a typo in an exemple

parent 17162a37
No related branches found
No related tags found
No related merge requests found
Pipeline #43264 failed
......@@ -866,7 +866,7 @@ the behavior of the whole program is unpredictable.
\begin{example}[Extern Nodes]
\begin{alltt}
\kwd{extern} \kwd{node} foo\_with\_mem(A:int, B:bool, C: real) \kwd{returns} (X:int, Y: real);
\kwd{extern} \kwd{node} foo\_with\_mem(A:int; B:bool, C: real) \kwd{returns} (X:int; Y: real);
\kwd{extern} \kwd{function} sin(A:real) \kwd{returns} (sinx: real);
\end{alltt}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment