aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-02-17 01:41:59 -0700
committerZackery Spytz <zspytz@gmail.com>2019-02-17 01:41:59 -0700
commit10d62aecd5808bb5859f34cf1b2c0f9e6371045e (patch)
tree67749a0bde858ca929b3506ad51a9ee5705edeea /Doc
parent6522afe90a475d38e9b47583fad7b40904098aea (diff)
downloadswig-10d62aecd5808bb5859f34cf1b2c0f9e6371045e.tar.gz
[OCaml] Fix the wrapmacro test
Add a typecheck typemap for size_t and const size_t &. Add the const qualifier to the typemaps for primitive reference types. Add multiple runtime tests.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Manual/Extending.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Extending.html b/Doc/Manual/Extending.html
index 1deb1cb12..b01328380 100644
--- a/Doc/Manual/Extending.html
+++ b/Doc/Manual/Extending.html
@@ -3711,7 +3711,7 @@ Below are some practical steps that should help meet these requirements.
</li>
<li>
Copying an existing language module and adapting the source for it is likely to be the most efficient
- approach to fully developing a new module as a numbe of corner cases are covered in the existing implementations.
+ approach to fully developing a new module as a number of corner cases are covered in the existing implementations.
The most advanced scripting languages are Python and Ruby.
The most advanced compiled target languages are Java and C#.
</li>