Skip to content

Commit fecce3e

Browse files
authored
Be explicit about the struct being tagged (#3898)
1 parent c8ac171 commit fecce3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapters/functions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@ \subsubsection{Records}\label{records}
21202120
A Modelica record class is mapped as follows:
21212121
\begin{itemize}
21222122
\item
2123-
The record class is represented by a struct in C.
2123+
The record class is represented by a tagged struct in C.
21242124
A definition of the struct may be specified using the annotations in \cref{annotations-for-c-mapping-of-records}.
21252125
\item
21262126
Each component of the Modelica record is mapped to its corresponding C representation.

0 commit comments

Comments
 (0)