Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3099,7 +3099,7 @@
direct-non-list-initialized with \tcode{c}.
\item
Its call pattern is \tcode{d2(c2(arg))},
where arg is the argument used in a function call expression of \tcode{e}.
where \tcode{arg} is the argument used in a function call expression of \tcode{e}.
\end{itemize}
The expression \tcode{c | d} is well-formed if and only if
the initializations of the state entities\iref{func.def} of \tcode{e}
Expand Down
Loading