Fix typo in the documentation (#3042)

This commit is contained in:
Egor Konovalov 2024-10-01 19:37:34 +02:00 committed by GitHub
parent 1f35c64e41
commit 47034b1bdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>.