Fix more doubled word typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12040 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
51bbc83fdd
commit
3f47ff6988
12 changed files with 18 additions and 18 deletions
|
|
@ -334,7 +334,7 @@ extern double Foo;
|
|||
%mutable;
|
||||
</pre></div>
|
||||
<p>
|
||||
SWIG will allow the the reading of <tt>Foo</tt> but when a set attempt is made, an error function will be called.
|
||||
SWIG will allow the reading of <tt>Foo</tt> but when a set attempt is made, an error function will be called.
|
||||
</p>
|
||||
<div class="targetlang"><pre>
|
||||
> print(e.Foo) -- reading works ok
|
||||
|
|
@ -1099,7 +1099,7 @@ userdata: 0003D880
|
|||
</pre></div>
|
||||
|
||||
<p>
|
||||
Note: is is also possible (though tedious) to have a function throw several different kinds of exceptions. To process this
|
||||
Note: it is also possible (though tedious) to have a function throw several different kinds of exceptions. To process this
|
||||
will require a pcall, followed by a set of if statements checking the type of the error.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue