Skip to content

Commit

Permalink
Remove excessive indexing of 'inverse' annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 28, 2021
1 parent c3beca5 commit 0fe4983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Expand Up @@ -1277,7 +1277,7 @@ \section{Derivatives and Inverses of Functions}\label{derivatives-and-inverses-o
IDENT "=" type-specifier function-call-args"
\end{lstlisting}\end{synopsis}
\begin{semantics}
A function with one output formal parameter may have one or more \fmtannotationindex{inverse} annotations to define inverses of this function.
A function with one output formal parameter may have one or more \lstinline!inverse! annotations to define inverses of this function.

For details abouts using the \lstinline!inverse! annotation, see \cref{using-the-inverse-annotation}.
\end{semantics}
Expand Down

0 comments on commit 0fe4983

Please sign in to comment.