changeset 534:48eede2fa034

typo
author Tassilo Philipp
date Sat, 23 Apr 2022 12:04:08 +0200
parents 71c884e610f0
children d717a5561335
files doc/manual/manual_bindings.tex
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/manual/manual_bindings.tex	Thu Apr 21 13:35:47 2022 +0200
+++ b/doc/manual/manual_bindings.tex	Sat Apr 23 12:04:08 2022 +0200
@@ -166,7 +166,7 @@
 double    & f4(int, bool, char, double, const char*); & \sigstr{iBcdZ)d}\\
 void      & f5(short, long long, ...);                & \sigstr{\_esl\_.di)v} (for (promoted) varargs: double, int)\\
 struct A  & f6(int, union B);                         & \sigstr{iA)A}\\
-short     & Cls::f(unsigned char, ...);               & \sigstr{\_*p\_eC\_.i)A} (C++: this-ptr as 1st arg, int as vararg)\\
+short     & Cls::f(unsigned char, ...);               & \sigstr{\_*p\_eC\_.i)s} (C++: this-ptr as 1st arg, int as vararg)\\
 \end{tabular*}
 \caption{Type signature examples of function prototypes}
 \label{sigex}