mirror of https://github.com/swig/swig
Fix typo in the documentation (#3042)
This commit is contained in:
parent
1f35c64e41
commit
47034b1bdc
|
@ -171,7 +171,7 @@ mainApp(args);
|
|||
|
||||
|
||||
<p>
|
||||
The <tt>cpointer.i</tt> module defines macros that can be used to used
|
||||
The <tt>cpointer.i</tt> module defines macros that can be used
|
||||
to generate wrappers around simple C pointers. The primary use of
|
||||
this module is in generating pointers to primitive datatypes such as
|
||||
<tt>int</tt> and <tt>double</tt>.
|
||||
|
|
Loading…
Reference in New Issue