Add the missing parenthese.

I'm sorry that I didn't notice this last time.
This commit is contained in:
スノル 2017-03-20 20:47:08 -05:00 committed by GitHub
commit 970b0fdca3

View file

@ -729,7 +729,7 @@ For instance, the following example uses <tt>%rename</tt> in reverse to generate
<div class="code">
<pre>
%rename(foo) foo_i(int);
%rename(foo) foo_d(double;
%rename(foo) foo_d(double);
void foo_i(int);
void foo_d(double);